Shades of Sunflower #DCB408
Tints of Sunflower #DCB408
RGB
CMYK
RGB Variations
Color information
#DCB408 (or 0xDCB408) is known color: Sunflower. HEX triplet: DC, B4 and 08. RGB value is (220,180,8). Sum of RGB (Red+Green+Blue) = 220+180+8=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB408 is #234BF7. Grayscale: #ADADAD. Windows color (decimal): -2313208 or 570588. OLE color: 570588.
HSL color Cylindrical-coordinate representation of color #DCB408: hue angle of 48.68º 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 #DCB408 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.14 |
| HSL | 48.68º | 0.93% | 0.45% | - |
| HSV(B) | 48.68º | 0.96% | 0.86% | - |
| XYZ | 45.88 | 47.88 | 7.05 | - |
| YUV | 172.35 | 35.25 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 8 | 0 | 0.18 | 0.96 | 0.14 | 48.68 | 0.93 | 0.45 |
| Hex | DC | B4 | 8 | 0 | 12 | 60 | E | 31 | 5D | 2D |
| Octal | 334 | 264 | 10 | 0 | 22 | 140 | 16 | 61 | 135 | 55 |
| Binary | 11011100 | 10110100 | 1000 | 0 | 10010 | 1100000 | 1110 | 110001 | 1011101 | 101101 |
Color Harmonies of #DCB408
Complementary color
Monochromatic Colors of #DCB408
Black with #DCB408
Text Example
Text Example
White with #DCB408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB408; }
p { color: rgb(220,180,8); }
H1.HeaderClassName
{
color: #DCB408;
}
.AnyTagClassName
{
color: #DCB408;
}
</style>
background-color css
<style>
a { background-color: #DCB408; }
a { background-color: rgb(220,180,8); }
div.DivClassName
{
background-color: #DCB408;
}
.BgClassName
{
background-color: #DCB408;
}
</style>
border-color css
<style>
span { border-color: #DCB408; }
span { border-color: rgb(220,180,8); }
td.TdClassName
{
border-color: #DCB408;
}
.TagClassName
{
border-color: #DCB408;
}
</style>