Shades of Sunflower #DCAF0E
Tints of Sunflower #DCAF0E
RGB
CMYK
RGB Variations
Color information
#DCAF0E (or 0xDCAF0E) is known color: Sunflower. HEX triplet: DC, AF and 0E. RGB value is (220,175,14). Sum of RGB (Red+Green+Blue) = 220+175+14=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAF0E is #2350F1. Grayscale: #AAAAAA. Windows color (decimal): -2314482 or 962524. OLE color: 962524.
HSL color Cylindrical-coordinate representation of color #DCAF0E: hue angle of 46.89º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCAF0E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.14 |
| HSL | 46.89º | 0.88% | 0.46% | - |
| HSV(B) | 46.89º | 0.94% | 0.86% | - |
| XYZ | 44.92 | 45.91 | 6.91 | - |
| YUV | 170.1 | 39.91 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 14 | 0 | 0.20 | 0.94 | 0.14 | 46.89 | 0.88 | 0.46 |
| Hex | DC | AF | E | 0 | 14 | 5E | E | 2F | 58 | 2E |
| Octal | 334 | 257 | 16 | 0 | 24 | 136 | 16 | 57 | 130 | 56 |
| Binary | 11011100 | 10101111 | 1110 | 0 | 10100 | 1011110 | 1110 | 101111 | 1011000 | 101110 |
Color Harmonies of #DCAF0E
Complementary color
Monochromatic Colors of #DCAF0E
Black with #DCAF0E
Text Example
Text Example
White with #DCAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF0E; }
p { color: rgb(220,175,14); }
H1.HeaderClassName
{
color: #DCAF0E;
}
.AnyTagClassName
{
color: #DCAF0E;
}
</style>
background-color css
<style>
a { background-color: #DCAF0E; }
a { background-color: rgb(220,175,14); }
div.DivClassName
{
background-color: #DCAF0E;
}
.BgClassName
{
background-color: #DCAF0E;
}
</style>
border-color css
<style>
span { border-color: #DCAF0E; }
span { border-color: rgb(220,175,14); }
td.TdClassName
{
border-color: #DCAF0E;
}
.TagClassName
{
border-color: #DCAF0E;
}
</style>