Shades of Sunflower #DCAF10
Tints of Sunflower #DCAF10
RGB
CMYK
RGB Variations
Color information
#DCAF10 (or 0xDCAF10) is known color: Sunflower. HEX triplet: DC, AF and 10. RGB value is (220,175,16). Sum of RGB (Red+Green+Blue) = 220+175+16=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAF10 is #2350EF. Grayscale: #ABABAB. Windows color (decimal): -2314480 or 1093596. OLE color: 1093596.
HSL color Cylindrical-coordinate representation of color #DCAF10: hue angle of 46.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCAF10 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.14 |
| HSL | 46.76º | 0.86% | 0.46% | - |
| HSV(B) | 46.76º | 0.93% | 0.86% | - |
| XYZ | 44.94 | 45.91 | 6.98 | - |
| YUV | 170.33 | 40.91 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 16 | 0 | 0.20 | 0.93 | 0.14 | 46.76 | 0.86 | 0.46 |
| Hex | DC | AF | 10 | 0 | 14 | 5D | E | 2F | 56 | 2E |
| Octal | 334 | 257 | 20 | 0 | 24 | 135 | 16 | 57 | 126 | 56 |
| Binary | 11011100 | 10101111 | 10000 | 0 | 10100 | 1011101 | 1110 | 101111 | 1010110 | 101110 |
Color Harmonies of #DCAF10
Complementary color
Monochromatic Colors of #DCAF10
Black with #DCAF10
Text Example
Text Example
White with #DCAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF10; }
p { color: rgb(220,175,16); }
H1.HeaderClassName
{
color: #DCAF10;
}
.AnyTagClassName
{
color: #DCAF10;
}
</style>
background-color css
<style>
a { background-color: #DCAF10; }
a { background-color: rgb(220,175,16); }
div.DivClassName
{
background-color: #DCAF10;
}
.BgClassName
{
background-color: #DCAF10;
}
</style>
border-color css
<style>
span { border-color: #DCAF10; }
span { border-color: rgb(220,175,16); }
td.TdClassName
{
border-color: #DCAF10;
}
.TagClassName
{
border-color: #DCAF10;
}
</style>