Shades of Sunflower #DCB417
Tints of Sunflower #DCB417
RGB
CMYK
RGB Variations
Color information
#DCB417 (or 0xDCB417) is known color: Sunflower. HEX triplet: DC, B4 and 17. RGB value is (220,180,23). Sum of RGB (Red+Green+Blue) = 220+180+23=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB417 is #234BE8. Grayscale: #AEAEAE. Windows color (decimal): -2313193 or 1553628. OLE color: 1553628.
HSL color Cylindrical-coordinate representation of color #DCB417: hue angle of 47.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCB417 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 23 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.14 |
| HSL | 47.82º | 0.81% | 0.48% | - |
| HSV(B) | 47.82º | 0.9% | 0.86% | - |
| XYZ | 45.99 | 47.92 | 7.64 | - |
| YUV | 174.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 23 | 0 | 0.18 | 0.90 | 0.14 | 47.82 | 0.81 | 0.48 |
| Hex | DC | B4 | 17 | 0 | 12 | 5A | E | 30 | 51 | 30 |
| Octal | 334 | 264 | 27 | 0 | 22 | 132 | 16 | 60 | 121 | 60 |
| Binary | 11011100 | 10110100 | 10111 | 0 | 10010 | 1011010 | 1110 | 110000 | 1010001 | 110000 |
Color Harmonies of #DCB417
Complementary color
Monochromatic Colors of #DCB417
Black with #DCB417
Text Example
Text Example
White with #DCB417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB417; }
p { color: rgb(220,180,23); }
H1.HeaderClassName
{
color: #DCB417;
}
.AnyTagClassName
{
color: #DCB417;
}
</style>
background-color css
<style>
a { background-color: #DCB417; }
a { background-color: rgb(220,180,23); }
div.DivClassName
{
background-color: #DCB417;
}
.BgClassName
{
background-color: #DCB417;
}
</style>
border-color css
<style>
span { border-color: #DCB417; }
span { border-color: rgb(220,180,23); }
td.TdClassName
{
border-color: #DCB417;
}
.TagClassName
{
border-color: #DCB417;
}
</style>