Shades of Sunflower #DBBD28
Tints of Sunflower #DBBD28
RGB
CMYK
RGB Variations
Color information
#DBBD28 (or 0xDBBD28) is known color: Sunflower. HEX triplet: DB, BD and 28. RGB value is (219,189,40). Sum of RGB (Red+Green+Blue) = 219+189+40=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD28 is #2442D7. Grayscale: #B5B5B5. Windows color (decimal): -2376408 or 2670043. OLE color: 2670043.
HSL color Cylindrical-coordinate representation of color #DBBD28: hue angle of 49.94º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBBD28 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 40 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.14 |
| HSL | 49.94º | 0.71% | 0.51% | - |
| HSV(B) | 49.94º | 0.82% | 0.86% | - |
| XYZ | 47.79 | 51.61 | 9.45 | - |
| YUV | 180.98 | 48.44 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 40 | 0 | 0.14 | 0.82 | 0.14 | 49.94 | 0.71 | 0.51 |
| Hex | DB | BD | 28 | 0 | E | 52 | E | 32 | 47 | 33 |
| Octal | 333 | 275 | 50 | 0 | 16 | 122 | 16 | 62 | 107 | 63 |
| Binary | 11011011 | 10111101 | 101000 | 0 | 1110 | 1010010 | 1110 | 110010 | 1000111 | 110011 |
Color Harmonies of #DBBD28
Complementary color
Monochromatic Colors of #DBBD28
Black with #DBBD28
Text Example
Text Example
White with #DBBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD28; }
p { color: rgb(219,189,40); }
H1.HeaderClassName
{
color: #DBBD28;
}
.AnyTagClassName
{
color: #DBBD28;
}
</style>
background-color css
<style>
a { background-color: #DBBD28; }
a { background-color: rgb(219,189,40); }
div.DivClassName
{
background-color: #DBBD28;
}
.BgClassName
{
background-color: #DBBD28;
}
</style>
border-color css
<style>
span { border-color: #DBBD28; }
span { border-color: rgb(219,189,40); }
td.TdClassName
{
border-color: #DBBD28;
}
.TagClassName
{
border-color: #DBBD28;
}
</style>