Shades of Sunflower #DBC008
Tints of Sunflower #DBC008
RGB
CMYK
RGB Variations
Color information
#DBC008 (or 0xDBC008) is known color: Sunflower. HEX triplet: DB, C0 and 08. RGB value is (219,192,8). Sum of RGB (Red+Green+Blue) = 219+192+8=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC008 is #243FF7. Grayscale: #B3B3B3. Windows color (decimal): -2375672 or 573659. OLE color: 573659.
HSL color Cylindrical-coordinate representation of color #DBC008: hue angle of 52.32º 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 #DBC008 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.14 |
| HSL | 52.32º | 0.93% | 0.45% | - |
| HSV(B) | 52.32º | 0.96% | 0.86% | - |
| XYZ | 48.11 | 52.78 | 7.88 | - |
| YUV | 179.1 | 31.45 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 8 | 0 | 0.12 | 0.96 | 0.14 | 52.32 | 0.93 | 0.45 |
| Hex | DB | C0 | 8 | 0 | C | 60 | E | 34 | 5D | 2D |
| Octal | 333 | 300 | 10 | 0 | 14 | 140 | 16 | 64 | 135 | 55 |
| Binary | 11011011 | 11000000 | 1000 | 0 | 1100 | 1100000 | 1110 | 110100 | 1011101 | 101101 |
Color Harmonies of #DBC008
Complementary color
Monochromatic Colors of #DBC008
Black with #DBC008
Text Example
Text Example
White with #DBC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC008; }
p { color: rgb(219,192,8); }
H1.HeaderClassName
{
color: #DBC008;
}
.AnyTagClassName
{
color: #DBC008;
}
</style>
background-color css
<style>
a { background-color: #DBC008; }
a { background-color: rgb(219,192,8); }
div.DivClassName
{
background-color: #DBC008;
}
.BgClassName
{
background-color: #DBC008;
}
</style>
border-color css
<style>
span { border-color: #DBC008; }
span { border-color: rgb(219,192,8); }
td.TdClassName
{
border-color: #DBC008;
}
.TagClassName
{
border-color: #DBC008;
}
</style>