Shades of Sunflower #DBB218
Tints of Sunflower #DBB218
RGB
CMYK
RGB Variations
Color information
#DBB218 (or 0xDBB218) is known color: Sunflower. HEX triplet: DB, B2 and 18. RGB value is (219,178,24). Sum of RGB (Red+Green+Blue) = 219+178+24=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB218 is #244DE7. Grayscale: #ADADAD. Windows color (decimal): -2379240 or 1618651. OLE color: 1618651.
HSL color Cylindrical-coordinate representation of color #DBB218: hue angle of 47.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBB218 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 24 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.14 |
| HSL | 47.38º | 0.8% | 0.48% | - |
| HSV(B) | 47.38º | 0.89% | 0.86% | - |
| XYZ | 45.3 | 46.97 | 7.54 | - |
| YUV | 172.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 24 | 0 | 0.19 | 0.89 | 0.14 | 47.38 | 0.8 | 0.48 |
| Hex | DB | B2 | 18 | 0 | 13 | 59 | E | 2F | 50 | 30 |
| Octal | 333 | 262 | 30 | 0 | 23 | 131 | 16 | 57 | 120 | 60 |
| Binary | 11011011 | 10110010 | 11000 | 0 | 10011 | 1011001 | 1110 | 101111 | 1010000 | 110000 |
Color Harmonies of #DBB218
Complementary color
Monochromatic Colors of #DBB218
Black with #DBB218
Text Example
Text Example
White with #DBB218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB218; }
p { color: rgb(219,178,24); }
H1.HeaderClassName
{
color: #DBB218;
}
.AnyTagClassName
{
color: #DBB218;
}
</style>
background-color css
<style>
a { background-color: #DBB218; }
a { background-color: rgb(219,178,24); }
div.DivClassName
{
background-color: #DBB218;
}
.BgClassName
{
background-color: #DBB218;
}
</style>
border-color css
<style>
span { border-color: #DBB218; }
span { border-color: rgb(219,178,24); }
td.TdClassName
{
border-color: #DBB218;
}
.TagClassName
{
border-color: #DBB218;
}
</style>