Shades of Sunflower #DCCC19
Tints of Sunflower #DCCC19
RGB
CMYK
RGB Variations
Color information
#DCCC19 (or 0xDCCC19) is known color: Sunflower. HEX triplet: DC, CC and 19. RGB value is (220,204,25). Sum of RGB (Red+Green+Blue) = 220+204+25=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC19 is #2333E6. Grayscale: #BDBDBD. Windows color (decimal): -2307047 or 1690844. OLE color: 1690844.
HSL color Cylindrical-coordinate representation of color #DCCC19: hue angle of 55.08º 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 #DCCC19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 25 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.14 |
| HSL | 55.08º | 0.8% | 0.48% | - |
| HSV(B) | 55.08º | 0.89% | 0.86% | - |
| XYZ | 51.28 | 58.47 | 9.5 | - |
| YUV | 188.38 | 35.8 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 25 | 0 | 0.07 | 0.89 | 0.14 | 55.08 | 0.8 | 0.48 |
| Hex | DC | CC | 19 | 0 | 7 | 59 | E | 37 | 50 | 30 |
| Octal | 334 | 314 | 31 | 0 | 7 | 131 | 16 | 67 | 120 | 60 |
| Binary | 11011100 | 11001100 | 11001 | 0 | 111 | 1011001 | 1110 | 110111 | 1010000 | 110000 |
Color Harmonies of #DCCC19
Complementary color
Monochromatic Colors of #DCCC19
Black with #DCCC19
Text Example
Text Example
White with #DCCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC19; }
p { color: rgb(220,204,25); }
H1.HeaderClassName
{
color: #DCCC19;
}
.AnyTagClassName
{
color: #DCCC19;
}
</style>
background-color css
<style>
a { background-color: #DCCC19; }
a { background-color: rgb(220,204,25); }
div.DivClassName
{
background-color: #DCCC19;
}
.BgClassName
{
background-color: #DCCC19;
}
</style>
border-color css
<style>
span { border-color: #DCCC19; }
span { border-color: rgb(220,204,25); }
td.TdClassName
{
border-color: #DCCC19;
}
.TagClassName
{
border-color: #DCCC19;
}
</style>