Shades of Sunflower #DBC80C
Tints of Sunflower #DBC80C
RGB
CMYK
RGB Variations
Color information
#DBC80C (or 0xDBC80C) is known color: Sunflower. HEX triplet: DB, C8 and 0C. RGB value is (219,200,12). Sum of RGB (Red+Green+Blue) = 219+200+12=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC80C is #2437F3. Grayscale: #B9B9B9. Windows color (decimal): -2373620 or 837851. OLE color: 837851.
HSL color Cylindrical-coordinate representation of color #DBC80C: hue angle of 54.49º 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 #DBC80C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.14 |
| HSL | 54.49º | 0.9% | 0.45% | - |
| HSV(B) | 54.49º | 0.95% | 0.86% | - |
| XYZ | 49.93 | 56.4 | 8.6 | - |
| YUV | 184.25 | 30.79 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 12 | 0 | 0.09 | 0.95 | 0.14 | 54.49 | 0.9 | 0.45 |
| Hex | DB | C8 | C | 0 | 9 | 5F | E | 36 | 5A | 2D |
| Octal | 333 | 310 | 14 | 0 | 11 | 137 | 16 | 66 | 132 | 55 |
| Binary | 11011011 | 11001000 | 1100 | 0 | 1001 | 1011111 | 1110 | 110110 | 1011010 | 101101 |
Color Harmonies of #DBC80C
Complementary color
Monochromatic Colors of #DBC80C
Black with #DBC80C
Text Example
Text Example
White with #DBC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC80C; }
p { color: rgb(219,200,12); }
H1.HeaderClassName
{
color: #DBC80C;
}
.AnyTagClassName
{
color: #DBC80C;
}
</style>
background-color css
<style>
a { background-color: #DBC80C; }
a { background-color: rgb(219,200,12); }
div.DivClassName
{
background-color: #DBC80C;
}
.BgClassName
{
background-color: #DBC80C;
}
</style>
border-color css
<style>
span { border-color: #DBC80C; }
span { border-color: rgb(219,200,12); }
td.TdClassName
{
border-color: #DBC80C;
}
.TagClassName
{
border-color: #DBC80C;
}
</style>