Shades of Sunflower #DBBF0C
Tints of Sunflower #DBBF0C
RGB
CMYK
RGB Variations
Color information
#DBBF0C (or 0xDBBF0C) is known color: Sunflower. HEX triplet: DB, BF and 0C. RGB value is (219,191,12). Sum of RGB (Red+Green+Blue) = 219+191+12=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBF0C is #2440F3. Grayscale: #B3B3B3. Windows color (decimal): -2375924 or 835547. OLE color: 835547.
HSL color Cylindrical-coordinate representation of color #DBBF0C: hue angle of 51.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBBF0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.14 |
| HSL | 51.88º | 0.9% | 0.45% | - |
| HSV(B) | 51.88º | 0.95% | 0.86% | - |
| XYZ | 47.91 | 52.35 | 7.93 | - |
| YUV | 178.97 | 33.78 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 12 | 0 | 0.13 | 0.95 | 0.14 | 51.88 | 0.9 | 0.45 |
| Hex | DB | BF | C | 0 | D | 5F | E | 34 | 5A | 2D |
| Octal | 333 | 277 | 14 | 0 | 15 | 137 | 16 | 64 | 132 | 55 |
| Binary | 11011011 | 10111111 | 1100 | 0 | 1101 | 1011111 | 1110 | 110100 | 1011010 | 101101 |
Color Harmonies of #DBBF0C
Complementary color
Monochromatic Colors of #DBBF0C
Black with #DBBF0C
Text Example
Text Example
White with #DBBF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF0C; }
p { color: rgb(219,191,12); }
H1.HeaderClassName
{
color: #DBBF0C;
}
.AnyTagClassName
{
color: #DBBF0C;
}
</style>
background-color css
<style>
a { background-color: #DBBF0C; }
a { background-color: rgb(219,191,12); }
div.DivClassName
{
background-color: #DBBF0C;
}
.BgClassName
{
background-color: #DBBF0C;
}
</style>
border-color css
<style>
span { border-color: #DBBF0C; }
span { border-color: rgb(219,191,12); }
td.TdClassName
{
border-color: #DBBF0C;
}
.TagClassName
{
border-color: #DBBF0C;
}
</style>