Shades of Sunflower #DCB708
Tints of Sunflower #DCB708
RGB
CMYK
RGB Variations
Color information
#DCB708 (or 0xDCB708) is known color: Sunflower. HEX triplet: DC, B7 and 08. RGB value is (220,183,8). Sum of RGB (Red+Green+Blue) = 220+183+8=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB708 is #2348F7. Grayscale: #AEAEAE. Windows color (decimal): -2312440 or 571356. OLE color: 571356.
HSL color Cylindrical-coordinate representation of color #DCB708: hue angle of 49.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCB708 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.14 |
| HSL | 49.53º | 0.93% | 0.45% | - |
| HSV(B) | 49.53º | 0.96% | 0.86% | - |
| XYZ | 46.49 | 49.1 | 7.26 | - |
| YUV | 174.11 | 34.26 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 8 | 0 | 0.17 | 0.96 | 0.14 | 49.53 | 0.93 | 0.45 |
| Hex | DC | B7 | 8 | 0 | 11 | 60 | E | 32 | 5D | 2D |
| Octal | 334 | 267 | 10 | 0 | 21 | 140 | 16 | 62 | 135 | 55 |
| Binary | 11011100 | 10110111 | 1000 | 0 | 10001 | 1100000 | 1110 | 110010 | 1011101 | 101101 |
Color Harmonies of #DCB708
Complementary color
Monochromatic Colors of #DCB708
Black with #DCB708
Text Example
Text Example
White with #DCB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB708; }
p { color: rgb(220,183,8); }
H1.HeaderClassName
{
color: #DCB708;
}
.AnyTagClassName
{
color: #DCB708;
}
</style>
background-color css
<style>
a { background-color: #DCB708; }
a { background-color: rgb(220,183,8); }
div.DivClassName
{
background-color: #DCB708;
}
.BgClassName
{
background-color: #DCB708;
}
</style>
border-color css
<style>
span { border-color: #DCB708; }
span { border-color: rgb(220,183,8); }
td.TdClassName
{
border-color: #DCB708;
}
.TagClassName
{
border-color: #DCB708;
}
</style>