Shades of Sunflower #DCC028
Tints of Sunflower #DCC028
RGB
CMYK
RGB Variations
Color information
#DCC028 (or 0xDCC028) is known color: Sunflower. HEX triplet: DC, C0 and 28. RGB value is (220,192,40). Sum of RGB (Red+Green+Blue) = 220+192+40=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC028 is #233FD7. Grayscale: #B7B7B7. Windows color (decimal): -2310104 or 2670812. OLE color: 2670812.
HSL color Cylindrical-coordinate representation of color #DCC028: hue angle of 50.67º 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 #DCC028 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 40 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.14 |
| HSL | 50.67º | 0.72% | 0.51% | - |
| HSV(B) | 50.67º | 0.82% | 0.86% | - |
| XYZ | 48.75 | 53.07 | 9.68 | - |
| YUV | 183.04 | 47.28 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 40 | 0 | 0.13 | 0.82 | 0.14 | 50.67 | 0.72 | 0.51 |
| Hex | DC | C0 | 28 | 0 | D | 52 | E | 33 | 48 | 33 |
| Octal | 334 | 300 | 50 | 0 | 15 | 122 | 16 | 63 | 110 | 63 |
| Binary | 11011100 | 11000000 | 101000 | 0 | 1101 | 1010010 | 1110 | 110011 | 1001000 | 110011 |
Color Harmonies of #DCC028
Complementary color
Monochromatic Colors of #DCC028
Black with #DCC028
Text Example
Text Example
White with #DCC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC028; }
p { color: rgb(220,192,40); }
H1.HeaderClassName
{
color: #DCC028;
}
.AnyTagClassName
{
color: #DCC028;
}
</style>
background-color css
<style>
a { background-color: #DCC028; }
a { background-color: rgb(220,192,40); }
div.DivClassName
{
background-color: #DCC028;
}
.BgClassName
{
background-color: #DCC028;
}
</style>
border-color css
<style>
span { border-color: #DCC028; }
span { border-color: rgb(220,192,40); }
td.TdClassName
{
border-color: #DCC028;
}
.TagClassName
{
border-color: #DCC028;
}
</style>