Shades of Sunflower #DBBB23
Tints of Sunflower #DBBB23
RGB
CMYK
RGB Variations
Color information
#DBBB23 (or 0xDBBB23) is known color: Sunflower. HEX triplet: DB, BB and 23. RGB value is (219,187,35). Sum of RGB (Red+Green+Blue) = 219+187+35=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB23 is #2444DC. Grayscale: #B3B3B3. Windows color (decimal): -2376925 or 2341851. OLE color: 2341851.
HSL color Cylindrical-coordinate representation of color #DBBB23: hue angle of 49.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBBB23 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 35 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.14 |
| HSL | 49.57º | 0.72% | 0.5% | - |
| HSV(B) | 49.57º | 0.84% | 0.86% | - |
| XYZ | 47.29 | 50.72 | 8.89 | - |
| YUV | 179.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 35 | 0 | 0.15 | 0.84 | 0.14 | 49.57 | 0.72 | 0.5 |
| Hex | DB | BB | 23 | 0 | F | 54 | E | 32 | 48 | 32 |
| Octal | 333 | 273 | 43 | 0 | 17 | 124 | 16 | 62 | 110 | 62 |
| Binary | 11011011 | 10111011 | 100011 | 0 | 1111 | 1010100 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DBBB23
Complementary color
Monochromatic Colors of #DBBB23
Black with #DBBB23
Text Example
Text Example
White with #DBBB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB23; }
p { color: rgb(219,187,35); }
H1.HeaderClassName
{
color: #DBBB23;
}
.AnyTagClassName
{
color: #DBBB23;
}
</style>
background-color css
<style>
a { background-color: #DBBB23; }
a { background-color: rgb(219,187,35); }
div.DivClassName
{
background-color: #DBBB23;
}
.BgClassName
{
background-color: #DBBB23;
}
</style>
border-color css
<style>
span { border-color: #DBBB23; }
span { border-color: rgb(219,187,35); }
td.TdClassName
{
border-color: #DBBB23;
}
.TagClassName
{
border-color: #DBBB23;
}
</style>