Shades of Sunflower #DBBC22
Tints of Sunflower #DBBC22
RGB
CMYK
RGB Variations
Color information
#DBBC22 (or 0xDBBC22) is known color: Sunflower. HEX triplet: DB, BC and 22. RGB value is (219,188,34). Sum of RGB (Red+Green+Blue) = 219+188+34=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC22 is #2443DD. Grayscale: #B4B4B4. Windows color (decimal): -2376670 or 2276571. OLE color: 2276571.
HSL color Cylindrical-coordinate representation of color #DBBC22: hue angle of 49.95º degrees, saturation: 0.73, 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 #DBBC22 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 34 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.14 |
| HSL | 49.95º | 0.73% | 0.5% | - |
| HSV(B) | 49.95º | 0.84% | 0.86% | - |
| XYZ | 47.49 | 51.14 | 8.88 | - |
| YUV | 179.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 34 | 0 | 0.14 | 0.84 | 0.14 | 49.95 | 0.73 | 0.5 |
| Hex | DB | BC | 22 | 0 | E | 54 | E | 32 | 49 | 32 |
| Octal | 333 | 274 | 42 | 0 | 16 | 124 | 16 | 62 | 111 | 62 |
| Binary | 11011011 | 10111100 | 100010 | 0 | 1110 | 1010100 | 1110 | 110010 | 1001001 | 110010 |
Color Harmonies of #DBBC22
Complementary color
Monochromatic Colors of #DBBC22
Black with #DBBC22
Text Example
Text Example
White with #DBBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC22; }
p { color: rgb(219,188,34); }
H1.HeaderClassName
{
color: #DBBC22;
}
.AnyTagClassName
{
color: #DBBC22;
}
</style>
background-color css
<style>
a { background-color: #DBBC22; }
a { background-color: rgb(219,188,34); }
div.DivClassName
{
background-color: #DBBC22;
}
.BgClassName
{
background-color: #DBBC22;
}
</style>
border-color css
<style>
span { border-color: #DBBC22; }
span { border-color: rgb(219,188,34); }
td.TdClassName
{
border-color: #DBBC22;
}
.TagClassName
{
border-color: #DBBC22;
}
</style>