Shades of Sunflower #DCAF0D
Tints of Sunflower #DCAF0D
RGB
CMYK
RGB Variations
Color information
#DCAF0D (or 0xDCAF0D) is known color: Sunflower. HEX triplet: DC, AF and 0D. RGB value is (220,175,13). Sum of RGB (Red+Green+Blue) = 220+175+13=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAF0D is #2350F2. Grayscale: #AAAAAA. Windows color (decimal): -2314483 or 896988. OLE color: 896988.
HSL color Cylindrical-coordinate representation of color #DCAF0D: hue angle of 46.96º degrees, saturation: 0.89, 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 #DCAF0D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.14 |
| HSL | 46.96º | 0.89% | 0.46% | - |
| HSV(B) | 46.96º | 0.94% | 0.86% | - |
| XYZ | 44.92 | 45.9 | 6.87 | - |
| YUV | 169.99 | 39.41 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 13 | 0 | 0.20 | 0.94 | 0.14 | 46.96 | 0.89 | 0.46 |
| Hex | DC | AF | D | 0 | 14 | 5E | E | 2F | 59 | 2E |
| Octal | 334 | 257 | 15 | 0 | 24 | 136 | 16 | 57 | 131 | 56 |
| Binary | 11011100 | 10101111 | 1101 | 0 | 10100 | 1011110 | 1110 | 101111 | 1011001 | 101110 |
Color Harmonies of #DCAF0D
Complementary color
Monochromatic Colors of #DCAF0D
Black with #DCAF0D
Text Example
Text Example
White with #DCAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF0D; }
p { color: rgb(220,175,13); }
H1.HeaderClassName
{
color: #DCAF0D;
}
.AnyTagClassName
{
color: #DCAF0D;
}
</style>
background-color css
<style>
a { background-color: #DCAF0D; }
a { background-color: rgb(220,175,13); }
div.DivClassName
{
background-color: #DCAF0D;
}
.BgClassName
{
background-color: #DCAF0D;
}
</style>
border-color css
<style>
span { border-color: #DCAF0D; }
span { border-color: rgb(220,175,13); }
td.TdClassName
{
border-color: #DCAF0D;
}
.TagClassName
{
border-color: #DCAF0D;
}
</style>