Shades of Sunflower #DCC002
Tints of Sunflower #DCC002
RGB
CMYK
RGB Variations
Color information
#DCC002 (or 0xDCC002) is known color: Sunflower. HEX triplet: DC, C0 and 02. RGB value is (220,192,2). Sum of RGB (Red+Green+Blue) = 220+192+2=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC002 is #233FFD. Grayscale: #B3B3B3. Windows color (decimal): -2310142 or 180444. OLE color: 180444.
HSL color Cylindrical-coordinate representation of color #DCC002: hue angle of 52.29º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCC002 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.14 |
| HSL | 52.29º | 0.98% | 0.44% | - |
| HSV(B) | 52.29º | 0.99% | 0.86% | - |
| XYZ | 48.38 | 52.92 | 7.72 | - |
| YUV | 178.71 | 28.28 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 2 | 0 | 0.13 | 0.99 | 0.14 | 52.29 | 0.98 | 0.44 |
| Hex | DC | C0 | 2 | 0 | D | 63 | E | 34 | 62 | 2C |
| Octal | 334 | 300 | 2 | 0 | 15 | 143 | 16 | 64 | 142 | 54 |
| Binary | 11011100 | 11000000 | 10 | 0 | 1101 | 1100011 | 1110 | 110100 | 1100010 | 101100 |
Color Harmonies of #DCC002
Complementary color
Monochromatic Colors of #DCC002
Black with #DCC002
Text Example
Text Example
White with #DCC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC002; }
p { color: rgb(220,192,2); }
H1.HeaderClassName
{
color: #DCC002;
}
.AnyTagClassName
{
color: #DCC002;
}
</style>
background-color css
<style>
a { background-color: #DCC002; }
a { background-color: rgb(220,192,2); }
div.DivClassName
{
background-color: #DCC002;
}
.BgClassName
{
background-color: #DCC002;
}
</style>
border-color css
<style>
span { border-color: #DCC002; }
span { border-color: rgb(220,192,2); }
td.TdClassName
{
border-color: #DCC002;
}
.TagClassName
{
border-color: #DCC002;
}
</style>