Shades of Sunflower #DBB20B
Tints of Sunflower #DBB20B
RGB
CMYK
RGB Variations
Color information
#DBB20B (or 0xDBB20B) is known color: Sunflower. HEX triplet: DB, B2 and 0B. RGB value is (219,178,11). Sum of RGB (Red+Green+Blue) = 219+178+11=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB20B is #244DF4. Grayscale: #ABABAB. Windows color (decimal): -2379253 or 766683. OLE color: 766683.
HSL color Cylindrical-coordinate representation of color #DBB20B: hue angle of 48.17º 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 #DBB20B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.14 |
| HSL | 48.17º | 0.9% | 0.45% | - |
| HSV(B) | 48.17º | 0.95% | 0.86% | - |
| XYZ | 45.19 | 46.93 | 6.99 | - |
| YUV | 171.22 | 37.58 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 11 | 0 | 0.19 | 0.95 | 0.14 | 48.17 | 0.9 | 0.45 |
| Hex | DB | B2 | B | 0 | 13 | 5F | E | 30 | 5A | 2D |
| Octal | 333 | 262 | 13 | 0 | 23 | 137 | 16 | 60 | 132 | 55 |
| Binary | 11011011 | 10110010 | 1011 | 0 | 10011 | 1011111 | 1110 | 110000 | 1011010 | 101101 |
Color Harmonies of #DBB20B
Complementary color
Monochromatic Colors of #DBB20B
Black with #DBB20B
Text Example
Text Example
White with #DBB20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB20B; }
p { color: rgb(219,178,11); }
H1.HeaderClassName
{
color: #DBB20B;
}
.AnyTagClassName
{
color: #DBB20B;
}
</style>
background-color css
<style>
a { background-color: #DBB20B; }
a { background-color: rgb(219,178,11); }
div.DivClassName
{
background-color: #DBB20B;
}
.BgClassName
{
background-color: #DBB20B;
}
</style>
border-color css
<style>
span { border-color: #DBB20B; }
span { border-color: rgb(219,178,11); }
td.TdClassName
{
border-color: #DBB20B;
}
.TagClassName
{
border-color: #DBB20B;
}
</style>