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