Shades of Sunflower #DBBC21
Tints of Sunflower #DBBC21
RGB
CMYK
RGB Variations
Color information
#DBBC21 (or 0xDBBC21) is known color: Sunflower. HEX triplet: DB, BC and 21. RGB value is (219,188,33). Sum of RGB (Red+Green+Blue) = 219+188+33=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC21 is #2443DE. Grayscale: #B4B4B4. Windows color (decimal): -2376671 or 2211035. OLE color: 2211035.
HSL color Cylindrical-coordinate representation of color #DBBC21: hue angle of 50º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBBC21 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 33 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.14 |
| HSL | 50º | 0.74% | 0.49% | - |
| HSV(B) | 50º | 0.85% | 0.86% | - |
| XYZ | 47.47 | 51.14 | 8.81 | - |
| YUV | 179.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 33 | 0 | 0.14 | 0.85 | 0.14 | 50 | 0.74 | 0.49 |
| Hex | DB | BC | 21 | 0 | E | 55 | E | 32 | 4A | 31 |
| Octal | 333 | 274 | 41 | 0 | 16 | 125 | 16 | 62 | 112 | 61 |
| Binary | 11011011 | 10111100 | 100001 | 0 | 1110 | 1010101 | 1110 | 110010 | 1001010 | 110001 |
Color Harmonies of #DBBC21
Complementary color
Monochromatic Colors of #DBBC21
Black with #DBBC21
Text Example
Text Example
White with #DBBC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC21; }
p { color: rgb(219,188,33); }
H1.HeaderClassName
{
color: #DBBC21;
}
.AnyTagClassName
{
color: #DBBC21;
}
</style>
background-color css
<style>
a { background-color: #DBBC21; }
a { background-color: rgb(219,188,33); }
div.DivClassName
{
background-color: #DBBC21;
}
.BgClassName
{
background-color: #DBBC21;
}
</style>
border-color css
<style>
span { border-color: #DBBC21; }
span { border-color: rgb(219,188,33); }
td.TdClassName
{
border-color: #DBBC21;
}
.TagClassName
{
border-color: #DBBC21;
}
</style>