Shades of Sunflower #DCC917
Tints of Sunflower #DCC917
RGB
CMYK
RGB Variations
Color information
#DCC917 (or 0xDCC917) is known color: Sunflower. HEX triplet: DC, C9 and 17. RGB value is (220,201,23). Sum of RGB (Red+Green+Blue) = 220+201+23=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC917 is #2336E8. Grayscale: #BBBBBB. Windows color (decimal): -2307817 or 1559004. OLE color: 1559004.
HSL color Cylindrical-coordinate representation of color #DCC917: hue angle of 54.21º 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 #DCC917 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 23 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.14 |
| HSL | 54.21º | 0.81% | 0.48% | - |
| HSV(B) | 54.21º | 0.9% | 0.86% | - |
| XYZ | 50.56 | 57.05 | 9.16 | - |
| YUV | 186.39 | 35.79 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 23 | 0 | 0.09 | 0.90 | 0.14 | 54.21 | 0.81 | 0.48 |
| Hex | DC | C9 | 17 | 0 | 9 | 5A | E | 36 | 51 | 30 |
| Octal | 334 | 311 | 27 | 0 | 11 | 132 | 16 | 66 | 121 | 60 |
| Binary | 11011100 | 11001001 | 10111 | 0 | 1001 | 1011010 | 1110 | 110110 | 1010001 | 110000 |
Color Harmonies of #DCC917
Complementary color
Monochromatic Colors of #DCC917
Black with #DCC917
Text Example
Text Example
White with #DCC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC917; }
p { color: rgb(220,201,23); }
H1.HeaderClassName
{
color: #DCC917;
}
.AnyTagClassName
{
color: #DCC917;
}
</style>
background-color css
<style>
a { background-color: #DCC917; }
a { background-color: rgb(220,201,23); }
div.DivClassName
{
background-color: #DCC917;
}
.BgClassName
{
background-color: #DCC917;
}
</style>
border-color css
<style>
span { border-color: #DCC917; }
span { border-color: rgb(220,201,23); }
td.TdClassName
{
border-color: #DCC917;
}
.TagClassName
{
border-color: #DCC917;
}
</style>