Shades of Sunflower #DCC919
Tints of Sunflower #DCC919
RGB
CMYK
RGB Variations
Color information
#DCC919 (or 0xDCC919) is known color: Sunflower. HEX triplet: DC, C9 and 19. RGB value is (220,201,25). Sum of RGB (Red+Green+Blue) = 220+201+25=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC919 is #2336E6. Grayscale: #BBBBBB. Windows color (decimal): -2307815 or 1690076. OLE color: 1690076.
HSL color Cylindrical-coordinate representation of color #DCC919: hue angle of 54.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCC919 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 25 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.14 |
| HSL | 54.15º | 0.8% | 0.48% | - |
| HSV(B) | 54.15º | 0.89% | 0.86% | - |
| XYZ | 50.58 | 57.06 | 9.27 | - |
| YUV | 186.62 | 36.79 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 25 | 0 | 0.09 | 0.89 | 0.14 | 54.15 | 0.8 | 0.48 |
| Hex | DC | C9 | 19 | 0 | 9 | 59 | E | 36 | 50 | 30 |
| Octal | 334 | 311 | 31 | 0 | 11 | 131 | 16 | 66 | 120 | 60 |
| Binary | 11011100 | 11001001 | 11001 | 0 | 1001 | 1011001 | 1110 | 110110 | 1010000 | 110000 |
Color Harmonies of #DCC919
Complementary color
Monochromatic Colors of #DCC919
Black with #DCC919
Text Example
Text Example
White with #DCC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC919; }
p { color: rgb(220,201,25); }
H1.HeaderClassName
{
color: #DCC919;
}
.AnyTagClassName
{
color: #DCC919;
}
</style>
background-color css
<style>
a { background-color: #DCC919; }
a { background-color: rgb(220,201,25); }
div.DivClassName
{
background-color: #DCC919;
}
.BgClassName
{
background-color: #DCC919;
}
</style>
border-color css
<style>
span { border-color: #DCC919; }
span { border-color: rgb(220,201,25); }
td.TdClassName
{
border-color: #DCC919;
}
.TagClassName
{
border-color: #DCC919;
}
</style>