Shades of Sunflower #DBB81B
Tints of Sunflower #DBB81B
RGB
CMYK
RGB Variations
Color information
#DBB81B (or 0xDBB81B) is known color: Sunflower. HEX triplet: DB, B8 and 1B. RGB value is (219,184,27). Sum of RGB (Red+Green+Blue) = 219+184+27=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB81B is #2447E4. Grayscale: #B1B1B1. Windows color (decimal): -2377701 or 1816795. OLE color: 1816795.
HSL color Cylindrical-coordinate representation of color #DBB81B: hue angle of 49.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBB81B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 27 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.14 |
| HSL | 49.06º | 0.78% | 0.48% | - |
| HSV(B) | 49.06º | 0.88% | 0.86% | - |
| XYZ | 46.55 | 49.42 | 8.12 | - |
| YUV | 176.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 27 | 0 | 0.16 | 0.88 | 0.14 | 49.06 | 0.78 | 0.48 |
| Hex | DB | B8 | 1B | 0 | 10 | 58 | E | 31 | 4E | 30 |
| Octal | 333 | 270 | 33 | 0 | 20 | 130 | 16 | 61 | 116 | 60 |
| Binary | 11011011 | 10111000 | 11011 | 0 | 10000 | 1011000 | 1110 | 110001 | 1001110 | 110000 |
Color Harmonies of #DBB81B
Complementary color
Monochromatic Colors of #DBB81B
Black with #DBB81B
Text Example
Text Example
White with #DBB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB81B; }
p { color: rgb(219,184,27); }
H1.HeaderClassName
{
color: #DBB81B;
}
.AnyTagClassName
{
color: #DBB81B;
}
</style>
background-color css
<style>
a { background-color: #DBB81B; }
a { background-color: rgb(219,184,27); }
div.DivClassName
{
background-color: #DBB81B;
}
.BgClassName
{
background-color: #DBB81B;
}
</style>
border-color css
<style>
span { border-color: #DBB81B; }
span { border-color: rgb(219,184,27); }
td.TdClassName
{
border-color: #DBB81B;
}
.TagClassName
{
border-color: #DBB81B;
}
</style>