Shades of Sunflower #DBBB16
Tints of Sunflower #DBBB16
RGB
CMYK
RGB Variations
Color information
#DBBB16 (or 0xDBBB16) is known color: Sunflower. HEX triplet: DB, BB and 16. RGB value is (219,187,22). Sum of RGB (Red+Green+Blue) = 219+187+22=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB16 is #2444E9. Grayscale: #B2B2B2. Windows color (decimal): -2376938 or 1489883. OLE color: 1489883.
HSL color Cylindrical-coordinate representation of color #DBBB16: hue angle of 50.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBBB16 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 22 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.14 |
| HSL | 50.25º | 0.82% | 0.47% | - |
| HSV(B) | 50.25º | 0.9% | 0.86% | - |
| XYZ | 47.13 | 50.66 | 8.05 | - |
| YUV | 177.76 | 40.1 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 22 | 0 | 0.15 | 0.90 | 0.14 | 50.25 | 0.82 | 0.47 |
| Hex | DB | BB | 16 | 0 | F | 5A | E | 32 | 52 | 2F |
| Octal | 333 | 273 | 26 | 0 | 17 | 132 | 16 | 62 | 122 | 57 |
| Binary | 11011011 | 10111011 | 10110 | 0 | 1111 | 1011010 | 1110 | 110010 | 1010010 | 101111 |
Color Harmonies of #DBBB16
Complementary color
Monochromatic Colors of #DBBB16
Black with #DBBB16
Text Example
Text Example
White with #DBBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB16; }
p { color: rgb(219,187,22); }
H1.HeaderClassName
{
color: #DBBB16;
}
.AnyTagClassName
{
color: #DBBB16;
}
</style>
background-color css
<style>
a { background-color: #DBBB16; }
a { background-color: rgb(219,187,22); }
div.DivClassName
{
background-color: #DBBB16;
}
.BgClassName
{
background-color: #DBBB16;
}
</style>
border-color css
<style>
span { border-color: #DBBB16; }
span { border-color: rgb(219,187,22); }
td.TdClassName
{
border-color: #DBBB16;
}
.TagClassName
{
border-color: #DBBB16;
}
</style>