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