Shades of Sunflower #DBBA23
Tints of Sunflower #DBBA23
RGB
CMYK
RGB Variations
Color information
#DBBA23 (or 0xDBBA23) is known color: Sunflower. HEX triplet: DB, BA and 23. RGB value is (219,186,35). Sum of RGB (Red+Green+Blue) = 219+186+35=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA23 is #2445DC. Grayscale: #B3B3B3. Windows color (decimal): -2377181 or 2341595. OLE color: 2341595.
HSL color Cylindrical-coordinate representation of color #DBBA23: hue angle of 49.24º degrees, saturation: 0.72, 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 #DBBA23 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 35 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.14 |
| HSL | 49.24º | 0.72% | 0.5% | - |
| HSV(B) | 49.24º | 0.84% | 0.86% | - |
| XYZ | 47.08 | 50.3 | 8.82 | - |
| YUV | 178.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 35 | 0 | 0.15 | 0.84 | 0.14 | 49.24 | 0.72 | 0.5 |
| Hex | DB | BA | 23 | 0 | F | 54 | E | 31 | 48 | 32 |
| Octal | 333 | 272 | 43 | 0 | 17 | 124 | 16 | 61 | 110 | 62 |
| Binary | 11011011 | 10111010 | 100011 | 0 | 1111 | 1010100 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DBBA23
Complementary color
Monochromatic Colors of #DBBA23
Black with #DBBA23
Text Example
Text Example
White with #DBBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA23; }
p { color: rgb(219,186,35); }
H1.HeaderClassName
{
color: #DBBA23;
}
.AnyTagClassName
{
color: #DBBA23;
}
</style>
background-color css
<style>
a { background-color: #DBBA23; }
a { background-color: rgb(219,186,35); }
div.DivClassName
{
background-color: #DBBA23;
}
.BgClassName
{
background-color: #DBBA23;
}
</style>
border-color css
<style>
span { border-color: #DBBA23; }
span { border-color: rgb(219,186,35); }
td.TdClassName
{
border-color: #DBBA23;
}
.TagClassName
{
border-color: #DBBA23;
}
</style>