Shades of Sunflower #DBBC26
Tints of Sunflower #DBBC26
RGB
CMYK
RGB Variations
Color information
#DBBC26 (or 0xDBBC26) is known color: Sunflower. HEX triplet: DB, BC and 26. RGB value is (219,188,38). Sum of RGB (Red+Green+Blue) = 219+188+38=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC26 is #2443D9. Grayscale: #B4B4B4. Windows color (decimal): -2376666 or 2538715. OLE color: 2538715.
HSL color Cylindrical-coordinate representation of color #DBBC26: hue angle of 49.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBBC26 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 38 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.14 |
| HSL | 49.72º | 0.72% | 0.5% | - |
| HSV(B) | 49.72º | 0.83% | 0.86% | - |
| XYZ | 47.55 | 51.17 | 9.2 | - |
| YUV | 180.17 | 47.77 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 38 | 0 | 0.14 | 0.83 | 0.14 | 49.72 | 0.72 | 0.5 |
| Hex | DB | BC | 26 | 0 | E | 53 | E | 32 | 48 | 32 |
| Octal | 333 | 274 | 46 | 0 | 16 | 123 | 16 | 62 | 110 | 62 |
| Binary | 11011011 | 10111100 | 100110 | 0 | 1110 | 1010011 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DBBC26
Complementary color
Monochromatic Colors of #DBBC26
Black with #DBBC26
Text Example
Text Example
White with #DBBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC26; }
p { color: rgb(219,188,38); }
H1.HeaderClassName
{
color: #DBBC26;
}
.AnyTagClassName
{
color: #DBBC26;
}
</style>
background-color css
<style>
a { background-color: #DBBC26; }
a { background-color: rgb(219,188,38); }
div.DivClassName
{
background-color: #DBBC26;
}
.BgClassName
{
background-color: #DBBC26;
}
</style>
border-color css
<style>
span { border-color: #DBBC26; }
span { border-color: rgb(219,188,38); }
td.TdClassName
{
border-color: #DBBC26;
}
.TagClassName
{
border-color: #DBBC26;
}
</style>