Shades of Sunflower #DBBD26
Tints of Sunflower #DBBD26
RGB
CMYK
RGB Variations
Color information
#DBBD26 (or 0xDBBD26) is known color: Sunflower. HEX triplet: DB, BD and 26. RGB value is (219,189,38). Sum of RGB (Red+Green+Blue) = 219+189+38=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 38 (15.23% from 255 or 8.52% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD26 is #2442D9. Grayscale: #B5B5B5. Windows color (decimal): -2376410 or 2538971. OLE color: 2538971.
HSL color Cylindrical-coordinate representation of color #DBBD26: hue angle of 50.06º 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 #DBBD26 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 38 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.14 |
| HSL | 50.06º | 0.72% | 0.5% | - |
| HSV(B) | 50.06º | 0.83% | 0.86% | - |
| XYZ | 47.76 | 51.6 | 9.28 | - |
| YUV | 180.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 38 | 0 | 0.14 | 0.83 | 0.14 | 50.06 | 0.72 | 0.5 |
| Hex | DB | BD | 26 | 0 | E | 53 | E | 32 | 48 | 32 |
| Octal | 333 | 275 | 46 | 0 | 16 | 123 | 16 | 62 | 110 | 62 |
| Binary | 11011011 | 10111101 | 100110 | 0 | 1110 | 1010011 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DBBD26
Complementary color
Monochromatic Colors of #DBBD26
Black with #DBBD26
Text Example
Text Example
White with #DBBD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD26; }
p { color: rgb(219,189,38); }
H1.HeaderClassName
{
color: #DBBD26;
}
.AnyTagClassName
{
color: #DBBD26;
}
</style>
background-color css
<style>
a { background-color: #DBBD26; }
a { background-color: rgb(219,189,38); }
div.DivClassName
{
background-color: #DBBD26;
}
.BgClassName
{
background-color: #DBBD26;
}
</style>
border-color css
<style>
span { border-color: #DBBD26; }
span { border-color: rgb(219,189,38); }
td.TdClassName
{
border-color: #DBBD26;
}
.TagClassName
{
border-color: #DBBD26;
}
</style>