Shades of Sunflower #DBBB24
Tints of Sunflower #DBBB24
RGB
CMYK
RGB Variations
Color information
#DBBB24 (or 0xDBBB24) is known color: Sunflower. HEX triplet: DB, BB and 24. RGB value is (219,187,36). Sum of RGB (Red+Green+Blue) = 219+187+36=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB24 is #2444DB. Grayscale: #B3B3B3. Windows color (decimal): -2376924 or 2407387. OLE color: 2407387.
HSL color Cylindrical-coordinate representation of color #DBBB24: hue angle of 49.51º 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 #DBBB24 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 36 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.14 |
| HSL | 49.51º | 0.72% | 0.5% | - |
| HSV(B) | 49.51º | 0.84% | 0.86% | - |
| XYZ | 47.3 | 50.73 | 8.97 | - |
| YUV | 179.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 36 | 0 | 0.15 | 0.84 | 0.14 | 49.51 | 0.72 | 0.5 |
| Hex | DB | BB | 24 | 0 | F | 54 | E | 32 | 48 | 32 |
| Octal | 333 | 273 | 44 | 0 | 17 | 124 | 16 | 62 | 110 | 62 |
| Binary | 11011011 | 10111011 | 100100 | 0 | 1111 | 1010100 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DBBB24
Complementary color
Monochromatic Colors of #DBBB24
Black with #DBBB24
Text Example
Text Example
White with #DBBB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB24; }
p { color: rgb(219,187,36); }
H1.HeaderClassName
{
color: #DBBB24;
}
.AnyTagClassName
{
color: #DBBB24;
}
</style>
background-color css
<style>
a { background-color: #DBBB24; }
a { background-color: rgb(219,187,36); }
div.DivClassName
{
background-color: #DBBB24;
}
.BgClassName
{
background-color: #DBBB24;
}
</style>
border-color css
<style>
span { border-color: #DBBB24; }
span { border-color: rgb(219,187,36); }
td.TdClassName
{
border-color: #DBBB24;
}
.TagClassName
{
border-color: #DBBB24;
}
</style>