Shades of Sunflower #DBB60C
Tints of Sunflower #DBB60C
RGB
CMYK
RGB Variations
Color information
#DBB60C (or 0xDBB60C) is known color: Sunflower. HEX triplet: DB, B6 and 0C. RGB value is (219,182,12). Sum of RGB (Red+Green+Blue) = 219+182+12=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB60C is #2449F3. Grayscale: #AEAEAE. Windows color (decimal): -2378228 or 833243. OLE color: 833243.
HSL color Cylindrical-coordinate representation of color #DBB60C: hue angle of 49.28º 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 #DBB60C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.14 |
| HSL | 49.28º | 0.9% | 0.45% | - |
| HSV(B) | 49.28º | 0.95% | 0.86% | - |
| XYZ | 46.01 | 48.54 | 7.29 | - |
| YUV | 173.68 | 36.76 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 12 | 0 | 0.17 | 0.95 | 0.14 | 49.28 | 0.9 | 0.45 |
| Hex | DB | B6 | C | 0 | 11 | 5F | E | 31 | 5A | 2D |
| Octal | 333 | 266 | 14 | 0 | 21 | 137 | 16 | 61 | 132 | 55 |
| Binary | 11011011 | 10110110 | 1100 | 0 | 10001 | 1011111 | 1110 | 110001 | 1011010 | 101101 |
Color Harmonies of #DBB60C
Complementary color
Monochromatic Colors of #DBB60C
Black with #DBB60C
Text Example
Text Example
White with #DBB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB60C; }
p { color: rgb(219,182,12); }
H1.HeaderClassName
{
color: #DBB60C;
}
.AnyTagClassName
{
color: #DBB60C;
}
</style>
background-color css
<style>
a { background-color: #DBB60C; }
a { background-color: rgb(219,182,12); }
div.DivClassName
{
background-color: #DBB60C;
}
.BgClassName
{
background-color: #DBB60C;
}
</style>
border-color css
<style>
span { border-color: #DBB60C; }
span { border-color: rgb(219,182,12); }
td.TdClassName
{
border-color: #DBB60C;
}
.TagClassName
{
border-color: #DBB60C;
}
</style>