Shades of Sunflower #DCB205
Tints of Sunflower #DCB205
RGB
CMYK
RGB Variations
Color information
#DCB205 (or 0xDCB205) is known color: Sunflower. HEX triplet: DC, B2 and 05. RGB value is (220,178,5). Sum of RGB (Red+Green+Blue) = 220+178+5=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB205 is #234DFA. Grayscale: #ABABAB. Windows color (decimal): -2313723 or 373468. OLE color: 373468.
HSL color Cylindrical-coordinate representation of color #DCB205: hue angle of 48.28º 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 #DCB205 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.14 |
| HSL | 48.28º | 0.96% | 0.44% | - |
| HSV(B) | 48.28º | 0.98% | 0.86% | - |
| XYZ | 45.46 | 47.07 | 6.83 | - |
| YUV | 170.84 | 34.41 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 5 | 0 | 0.19 | 0.98 | 0.14 | 48.28 | 0.96 | 0.44 |
| Hex | DC | B2 | 5 | 0 | 13 | 62 | E | 30 | 60 | 2C |
| Octal | 334 | 262 | 5 | 0 | 23 | 142 | 16 | 60 | 140 | 54 |
| Binary | 11011100 | 10110010 | 101 | 0 | 10011 | 1100010 | 1110 | 110000 | 1100000 | 101100 |
Color Harmonies of #DCB205
Complementary color
Monochromatic Colors of #DCB205
Black with #DCB205
Text Example
Text Example
White with #DCB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB205; }
p { color: rgb(220,178,5); }
H1.HeaderClassName
{
color: #DCB205;
}
.AnyTagClassName
{
color: #DCB205;
}
</style>
background-color css
<style>
a { background-color: #DCB205; }
a { background-color: rgb(220,178,5); }
div.DivClassName
{
background-color: #DCB205;
}
.BgClassName
{
background-color: #DCB205;
}
</style>
border-color css
<style>
span { border-color: #DCB205; }
span { border-color: rgb(220,178,5); }
td.TdClassName
{
border-color: #DCB205;
}
.TagClassName
{
border-color: #DCB205;
}
</style>