Shades of Sunflower #DCC02A
Tints of Sunflower #DCC02A
RGB
CMYK
RGB Variations
Color information
#DCC02A (or 0xDCC02A) is known color: Sunflower. HEX triplet: DC, C0 and 2A. RGB value is (220,192,42). Sum of RGB (Red+Green+Blue) = 220+192+42=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 42 (16.80% from 255 or 9.25% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC02A is #233FD5. Grayscale: #B7B7B7. Windows color (decimal): -2310102 or 2801884. OLE color: 2801884.
HSL color Cylindrical-coordinate representation of color #DCC02A: hue angle of 50.56º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCC02A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 42 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.14 |
| HSL | 50.56º | 0.72% | 0.51% | - |
| HSV(B) | 50.56º | 0.81% | 0.86% | - |
| XYZ | 48.78 | 53.08 | 9.87 | - |
| YUV | 183.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 42 | 0 | 0.13 | 0.81 | 0.14 | 50.56 | 0.72 | 0.51 |
| Hex | DC | C0 | 2A | 0 | D | 51 | E | 33 | 48 | 33 |
| Octal | 334 | 300 | 52 | 0 | 15 | 121 | 16 | 63 | 110 | 63 |
| Binary | 11011100 | 11000000 | 101010 | 0 | 1101 | 1010001 | 1110 | 110011 | 1001000 | 110011 |
Color Harmonies of #DCC02A
Complementary color
Monochromatic Colors of #DCC02A
Black with #DCC02A
Text Example
Text Example
White with #DCC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC02A; }
p { color: rgb(220,192,42); }
H1.HeaderClassName
{
color: #DCC02A;
}
.AnyTagClassName
{
color: #DCC02A;
}
</style>
background-color css
<style>
a { background-color: #DCC02A; }
a { background-color: rgb(220,192,42); }
div.DivClassName
{
background-color: #DCC02A;
}
.BgClassName
{
background-color: #DCC02A;
}
</style>
border-color css
<style>
span { border-color: #DCC02A; }
span { border-color: rgb(220,192,42); }
td.TdClassName
{
border-color: #DCC02A;
}
.TagClassName
{
border-color: #DCC02A;
}
</style>