Shades of Sunflower #DBC608
Tints of Sunflower #DBC608
RGB
CMYK
RGB Variations
Color information
#DBC608 (or 0xDBC608) is known color: Sunflower. HEX triplet: DB, C6 and 08. RGB value is (219,198,8). Sum of RGB (Red+Green+Blue) = 219+198+8=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC608 is #2439F7. Grayscale: #B7B7B7. Windows color (decimal): -2374136 or 575195. OLE color: 575195.
HSL color Cylindrical-coordinate representation of color #DBC608: hue angle of 54.03º 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 #DBC608 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.14 |
| HSL | 54.03º | 0.93% | 0.45% | - |
| HSV(B) | 54.03º | 0.96% | 0.86% | - |
| XYZ | 49.45 | 55.47 | 8.33 | - |
| YUV | 182.62 | 29.46 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 8 | 0 | 0.10 | 0.96 | 0.14 | 54.03 | 0.93 | 0.45 |
| Hex | DB | C6 | 8 | 0 | A | 60 | E | 36 | 5D | 2D |
| Octal | 333 | 306 | 10 | 0 | 12 | 140 | 16 | 66 | 135 | 55 |
| Binary | 11011011 | 11000110 | 1000 | 0 | 1010 | 1100000 | 1110 | 110110 | 1011101 | 101101 |
Color Harmonies of #DBC608
Complementary color
Monochromatic Colors of #DBC608
Black with #DBC608
Text Example
Text Example
White with #DBC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC608; }
p { color: rgb(219,198,8); }
H1.HeaderClassName
{
color: #DBC608;
}
.AnyTagClassName
{
color: #DBC608;
}
</style>
background-color css
<style>
a { background-color: #DBC608; }
a { background-color: rgb(219,198,8); }
div.DivClassName
{
background-color: #DBC608;
}
.BgClassName
{
background-color: #DBC608;
}
</style>
border-color css
<style>
span { border-color: #DBC608; }
span { border-color: rgb(219,198,8); }
td.TdClassName
{
border-color: #DBC608;
}
.TagClassName
{
border-color: #DBC608;
}
</style>