Shades of Sunflower #DCC005
Tints of Sunflower #DCC005
RGB
CMYK
RGB Variations
Color information
#DCC005 (or 0xDCC005) is known color: Sunflower. HEX triplet: DC, C0 and 05. RGB value is (220,192,5). Sum of RGB (Red+Green+Blue) = 220+192+5=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC005 is #233FFA. Grayscale: #B3B3B3. Windows color (decimal): -2310139 or 377052. OLE color: 377052.
HSL color Cylindrical-coordinate representation of color #DCC005: hue angle of 52.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCC005 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.14 |
| HSL | 52.19º | 0.96% | 0.44% | - |
| HSV(B) | 52.19º | 0.98% | 0.86% | - |
| XYZ | 48.39 | 52.93 | 7.81 | - |
| YUV | 179.05 | 29.78 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 5 | 0 | 0.13 | 0.98 | 0.14 | 52.19 | 0.96 | 0.44 |
| Hex | DC | C0 | 5 | 0 | D | 62 | E | 34 | 60 | 2C |
| Octal | 334 | 300 | 5 | 0 | 15 | 142 | 16 | 64 | 140 | 54 |
| Binary | 11011100 | 11000000 | 101 | 0 | 1101 | 1100010 | 1110 | 110100 | 1100000 | 101100 |
Color Harmonies of #DCC005
Complementary color
Monochromatic Colors of #DCC005
Black with #DCC005
Text Example
Text Example
White with #DCC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC005; }
p { color: rgb(220,192,5); }
H1.HeaderClassName
{
color: #DCC005;
}
.AnyTagClassName
{
color: #DCC005;
}
</style>
background-color css
<style>
a { background-color: #DCC005; }
a { background-color: rgb(220,192,5); }
div.DivClassName
{
background-color: #DCC005;
}
.BgClassName
{
background-color: #DCC005;
}
</style>
border-color css
<style>
span { border-color: #DCC005; }
span { border-color: rgb(220,192,5); }
td.TdClassName
{
border-color: #DCC005;
}
.TagClassName
{
border-color: #DCC005;
}
</style>