> For the complete documentation index, see [llms.txt](https://navigator.dofe.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navigator.dofe.cz/propagace/jak-propagovat-dofe/identita-znacky-dofe/dofe-barvy.md).

# DOFE barvy

## 3 pravidla pro používání barev

1. **Méně může být někdy více** - snažte se své návrhy a výtvory barevně nepřeplácat. Samotné logo DOFE je barevné dost, proto si vyberte 1-2 barvy, kterými svoji nástěnku nebo návrh rozsvítíte.
2. **Každá barva má své "číslo"** - používejte vždy správné kódování barev. Není červená jako červená.
3. **Textu sluší černá** - barevné velké titulky jsou v pořádku, ale pro delší texty a podtitulky rozhodně volte raději černou.

## Barevné kódování

Není barva jako barva. Každá DOFE barva má svoje kódování pro různé barevné prostory:

* **RGB** - je barva pro monitory (Red - Green - Blue)
* **HEX** - to je ta barva s křížkem # se používají pro webdesign a na web obecně,
* **CMYK** - je barva do profesionálního čtyřbarevného tisku.

{% hint style="success" %}
Pro většinu účelů propagace si vystačíte s šestičíselným kódem HEX#.
{% endhint %}

<figure><img src="/files/YsDUOHC2J41bO04u0M4W" alt=""><figcaption></figcaption></figure>

### Barevnost pro text

{% tabs fullWidth="false" %}
{% tab title="Černá" %}
**HEX:** #FFFFFF

**RGB:** 0 0 0

**CMYK:** 0 0 0 100

{% endtab %}

{% tab title="Šedá" %}
**HEX:** #808285

**RGB:** 128 130 133

**CMYK:** 0 0 0 60
{% endtab %}
{% endtabs %}

### Ostatní DOFE barvy&#x20;

{% tabs fullWidth="false" %}
{% tab title="Fialová" %}
**HEX:** #882581

**RGB:** 136 37 129

**CMYK:** 56 100 12 1
{% endtab %}

{% tab title="Červená" %}
**HEX:** #E40046

**RGB:** 228 0 70

**CMYK:** 0 94 64 0

{% endtab %}

{% tab title="Žlutá" %}
**HEX:** #FFCF21

**RGB:** 255 207 33

**CMYK:** 0 19 87 0

{% endtab %}

{% tab title="Zelená" %}
**HEX:** #71A100

**RGB:** 113 161 0

**CMYK:** 54 0 100 0

{% endtab %}

{% tab title="Modrá" %}
**HEX:** #009EDC

**RGB:** 0 158 220

**CMYK:** 100 0 0 0

{% endtab %}
{% endtabs %}

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navigator.dofe.cz/propagace/jak-propagovat-dofe/identita-znacky-dofe/dofe-barvy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
