Shades of Sunflower #DBB20D
Tints of Sunflower #DBB20D
RGB
CMYK
RGB Variations
Color information
#DBB20D (or 0xDBB20D) is known color: Sunflower. HEX triplet: DB, B2 and 0D. RGB value is (219,178,13). Sum of RGB (Red+Green+Blue) = 219+178+13=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB20D is #244DF2. Grayscale: #ACACAC. Windows color (decimal): -2379251 or 897755. OLE color: 897755.
HSL color Cylindrical-coordinate representation of color #DBB20D: hue angle of 48.06º 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 #DBB20D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.14 |
| HSL | 48.06º | 0.89% | 0.45% | - |
| HSV(B) | 48.06º | 0.94% | 0.86% | - |
| XYZ | 45.21 | 46.93 | 7.06 | - |
| YUV | 171.45 | 38.58 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 13 | 0 | 0.19 | 0.94 | 0.14 | 48.06 | 0.89 | 0.45 |
| Hex | DB | B2 | D | 0 | 13 | 5E | E | 30 | 59 | 2D |
| Octal | 333 | 262 | 15 | 0 | 23 | 136 | 16 | 60 | 131 | 55 |
| Binary | 11011011 | 10110010 | 1101 | 0 | 10011 | 1011110 | 1110 | 110000 | 1011001 | 101101 |
Color Harmonies of #DBB20D
Complementary color
Monochromatic Colors of #DBB20D
Black with #DBB20D
Text Example
Text Example
White with #DBB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB20D; }
p { color: rgb(219,178,13); }
H1.HeaderClassName
{
color: #DBB20D;
}
.AnyTagClassName
{
color: #DBB20D;
}
</style>
background-color css
<style>
a { background-color: #DBB20D; }
a { background-color: rgb(219,178,13); }
div.DivClassName
{
background-color: #DBB20D;
}
.BgClassName
{
background-color: #DBB20D;
}
</style>
border-color css
<style>
span { border-color: #DBB20D; }
span { border-color: rgb(219,178,13); }
td.TdClassName
{
border-color: #DBB20D;
}
.TagClassName
{
border-color: #DBB20D;
}
</style>