Shades of Sunflower #DCB705
Tints of Sunflower #DCB705
RGB
CMYK
RGB Variations
Color information
#DCB705 (or 0xDCB705) is known color: Sunflower. HEX triplet: DC, B7 and 05. RGB value is (220,183,5). Sum of RGB (Red+Green+Blue) = 220+183+5=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB705 is #2348FA. Grayscale: #AEAEAE. Windows color (decimal): -2312443 or 374748. OLE color: 374748.
HSL color Cylindrical-coordinate representation of color #DCB705: hue angle of 49.67º 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 #DCB705 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.14 |
| HSL | 49.67º | 0.96% | 0.44% | - |
| HSV(B) | 49.67º | 0.98% | 0.86% | - |
| XYZ | 46.48 | 49.09 | 7.17 | - |
| YUV | 173.77 | 32.76 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 5 | 0 | 0.17 | 0.98 | 0.14 | 49.67 | 0.96 | 0.44 |
| Hex | DC | B7 | 5 | 0 | 11 | 62 | E | 32 | 60 | 2C |
| Octal | 334 | 267 | 5 | 0 | 21 | 142 | 16 | 62 | 140 | 54 |
| Binary | 11011100 | 10110111 | 101 | 0 | 10001 | 1100010 | 1110 | 110010 | 1100000 | 101100 |
Color Harmonies of #DCB705
Complementary color
Monochromatic Colors of #DCB705
Black with #DCB705
Text Example
Text Example
White with #DCB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB705; }
p { color: rgb(220,183,5); }
H1.HeaderClassName
{
color: #DCB705;
}
.AnyTagClassName
{
color: #DCB705;
}
</style>
background-color css
<style>
a { background-color: #DCB705; }
a { background-color: rgb(220,183,5); }
div.DivClassName
{
background-color: #DCB705;
}
.BgClassName
{
background-color: #DCB705;
}
</style>
border-color css
<style>
span { border-color: #DCB705; }
span { border-color: rgb(220,183,5); }
td.TdClassName
{
border-color: #DCB705;
}
.TagClassName
{
border-color: #DCB705;
}
</style>