Shades of Sunflower #DBC80D
Tints of Sunflower #DBC80D
RGB
CMYK
RGB Variations
Color information
#DBC80D (or 0xDBC80D) is known color: Sunflower. HEX triplet: DB, C8 and 0D. RGB value is (219,200,13). Sum of RGB (Red+Green+Blue) = 219+200+13=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC80D is #2437F2. Grayscale: #B9B9B9. Windows color (decimal): -2373619 or 903387. OLE color: 903387.
HSL color Cylindrical-coordinate representation of color #DBC80D: hue angle of 54.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBC80D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 13 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.14 |
| HSL | 54.47º | 0.89% | 0.45% | - |
| HSV(B) | 54.47º | 0.94% | 0.86% | - |
| XYZ | 49.94 | 56.4 | 8.63 | - |
| YUV | 184.36 | 31.29 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 13 | 0 | 0.09 | 0.94 | 0.14 | 54.47 | 0.89 | 0.45 |
| Hex | DB | C8 | D | 0 | 9 | 5E | E | 36 | 59 | 2D |
| Octal | 333 | 310 | 15 | 0 | 11 | 136 | 16 | 66 | 131 | 55 |
| Binary | 11011011 | 11001000 | 1101 | 0 | 1001 | 1011110 | 1110 | 110110 | 1011001 | 101101 |
Color Harmonies of #DBC80D
Complementary color
Monochromatic Colors of #DBC80D
Black with #DBC80D
Text Example
Text Example
White with #DBC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC80D; }
p { color: rgb(219,200,13); }
H1.HeaderClassName
{
color: #DBC80D;
}
.AnyTagClassName
{
color: #DBC80D;
}
</style>
background-color css
<style>
a { background-color: #DBC80D; }
a { background-color: rgb(219,200,13); }
div.DivClassName
{
background-color: #DBC80D;
}
.BgClassName
{
background-color: #DBC80D;
}
</style>
border-color css
<style>
span { border-color: #DBC80D; }
span { border-color: rgb(219,200,13); }
td.TdClassName
{
border-color: #DBC80D;
}
.TagClassName
{
border-color: #DBC80D;
}
</style>