Shades of Sunflower #DCC428
Tints of Sunflower #DCC428
RGB
CMYK
RGB Variations
Color information
#DCC428 (or 0xDCC428) is known color: Sunflower. HEX triplet: DC, C4 and 28. RGB value is (220,196,40). Sum of RGB (Red+Green+Blue) = 220+196+40=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC428 is #233BD7. Grayscale: #BABABA. Windows color (decimal): -2309080 or 2671836. OLE color: 2671836.
HSL color Cylindrical-coordinate representation of color #DCC428: hue angle of 52º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCC428 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 40 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.14 |
| HSL | 52º | 0.72% | 0.51% | - |
| HSV(B) | 52º | 0.82% | 0.86% | - |
| XYZ | 49.64 | 54.85 | 9.98 | - |
| YUV | 185.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 40 | 0 | 0.11 | 0.82 | 0.14 | 52 | 0.72 | 0.51 |
| Hex | DC | C4 | 28 | 0 | B | 52 | E | 34 | 48 | 33 |
| Octal | 334 | 304 | 50 | 0 | 13 | 122 | 16 | 64 | 110 | 63 |
| Binary | 11011100 | 11000100 | 101000 | 0 | 1011 | 1010010 | 1110 | 110100 | 1001000 | 110011 |
Color Harmonies of #DCC428
Complementary color
Monochromatic Colors of #DCC428
Black with #DCC428
Text Example
Text Example
White with #DCC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC428; }
p { color: rgb(220,196,40); }
H1.HeaderClassName
{
color: #DCC428;
}
.AnyTagClassName
{
color: #DCC428;
}
</style>
background-color css
<style>
a { background-color: #DCC428; }
a { background-color: rgb(220,196,40); }
div.DivClassName
{
background-color: #DCC428;
}
.BgClassName
{
background-color: #DCC428;
}
</style>
border-color css
<style>
span { border-color: #DCC428; }
span { border-color: rgb(220,196,40); }
td.TdClassName
{
border-color: #DCC428;
}
.TagClassName
{
border-color: #DCC428;
}
</style>