Shades of Sunflower #DCB805
Tints of Sunflower #DCB805
RGB
CMYK
RGB Variations
Color information
#DCB805 (or 0xDCB805) is known color: Sunflower. HEX triplet: DC, B8 and 05. RGB value is (220,184,5). Sum of RGB (Red+Green+Blue) = 220+184+5=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB805 is #2347FA. Grayscale: #AFAFAF. Windows color (decimal): -2312187 or 375004. OLE color: 375004.
HSL color Cylindrical-coordinate representation of color #DCB805: hue angle of 49.95º 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 #DCB805 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.14 |
| HSL | 49.95º | 0.96% | 0.44% | - |
| HSV(B) | 49.95º | 0.98% | 0.86% | - |
| XYZ | 46.68 | 49.51 | 7.24 | - |
| YUV | 174.36 | 32.43 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 5 | 0 | 0.16 | 0.98 | 0.14 | 49.95 | 0.96 | 0.44 |
| Hex | DC | B8 | 5 | 0 | 10 | 62 | E | 32 | 60 | 2C |
| Octal | 334 | 270 | 5 | 0 | 20 | 142 | 16 | 62 | 140 | 54 |
| Binary | 11011100 | 10111000 | 101 | 0 | 10000 | 1100010 | 1110 | 110010 | 1100000 | 101100 |
Color Harmonies of #DCB805
Complementary color
Monochromatic Colors of #DCB805
Black with #DCB805
Text Example
Text Example
White with #DCB805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB805; }
p { color: rgb(220,184,5); }
H1.HeaderClassName
{
color: #DCB805;
}
.AnyTagClassName
{
color: #DCB805;
}
</style>
background-color css
<style>
a { background-color: #DCB805; }
a { background-color: rgb(220,184,5); }
div.DivClassName
{
background-color: #DCB805;
}
.BgClassName
{
background-color: #DCB805;
}
</style>
border-color css
<style>
span { border-color: #DCB805; }
span { border-color: rgb(220,184,5); }
td.TdClassName
{
border-color: #DCB805;
}
.TagClassName
{
border-color: #DCB805;
}
</style>