Shades of Sunflower #DBBC0D
Tints of Sunflower #DBBC0D
RGB
CMYK
RGB Variations
Color information
#DBBC0D (or 0xDBBC0D) is known color: Sunflower. HEX triplet: DB, BC and 0D. RGB value is (219,188,13). Sum of RGB (Red+Green+Blue) = 219+188+13=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC0D is #2443F2. Grayscale: #B2B2B2. Windows color (decimal): -2376691 or 900315. OLE color: 900315.
HSL color Cylindrical-coordinate representation of color #DBBC0D: hue angle of 50.97º 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 #DBBC0D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.14 |
| HSL | 50.97º | 0.89% | 0.45% | - |
| HSV(B) | 50.97º | 0.94% | 0.86% | - |
| XYZ | 47.27 | 51.06 | 7.74 | - |
| YUV | 177.32 | 35.27 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 13 | 0 | 0.14 | 0.94 | 0.14 | 50.97 | 0.89 | 0.45 |
| Hex | DB | BC | D | 0 | E | 5E | E | 33 | 59 | 2D |
| Octal | 333 | 274 | 15 | 0 | 16 | 136 | 16 | 63 | 131 | 55 |
| Binary | 11011011 | 10111100 | 1101 | 0 | 1110 | 1011110 | 1110 | 110011 | 1011001 | 101101 |
Color Harmonies of #DBBC0D
Complementary color
Monochromatic Colors of #DBBC0D
Black with #DBBC0D
Text Example
Text Example
White with #DBBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC0D; }
p { color: rgb(219,188,13); }
H1.HeaderClassName
{
color: #DBBC0D;
}
.AnyTagClassName
{
color: #DBBC0D;
}
</style>
background-color css
<style>
a { background-color: #DBBC0D; }
a { background-color: rgb(219,188,13); }
div.DivClassName
{
background-color: #DBBC0D;
}
.BgClassName
{
background-color: #DBBC0D;
}
</style>
border-color css
<style>
span { border-color: #DBBC0D; }
span { border-color: rgb(219,188,13); }
td.TdClassName
{
border-color: #DBBC0D;
}
.TagClassName
{
border-color: #DBBC0D;
}
</style>