Shades of Sunflower #DBC224
Tints of Sunflower #DBC224
RGB
CMYK
RGB Variations
Color information
#DBC224 (or 0xDBC224) is known color: Sunflower. HEX triplet: DB, C2 and 24. RGB value is (219,194,36). Sum of RGB (Red+Green+Blue) = 219+194+36=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC224 is #243DDB. Grayscale: #B8B8B8. Windows color (decimal): -2375132 or 2409179. OLE color: 2409179.
HSL color Cylindrical-coordinate representation of color #DBC224: hue angle of 51.8º 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 #DBC224 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 36 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.14 |
| HSL | 51.8º | 0.72% | 0.5% | - |
| HSV(B) | 51.8º | 0.84% | 0.86% | - |
| XYZ | 48.82 | 53.77 | 9.47 | - |
| YUV | 183.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 36 | 0 | 0.11 | 0.84 | 0.14 | 51.8 | 0.72 | 0.5 |
| Hex | DB | C2 | 24 | 0 | B | 54 | E | 34 | 48 | 32 |
| Octal | 333 | 302 | 44 | 0 | 13 | 124 | 16 | 64 | 110 | 62 |
| Binary | 11011011 | 11000010 | 100100 | 0 | 1011 | 1010100 | 1110 | 110100 | 1001000 | 110010 |
Color Harmonies of #DBC224
Complementary color
Monochromatic Colors of #DBC224
Black with #DBC224
Text Example
Text Example
White with #DBC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC224; }
p { color: rgb(219,194,36); }
H1.HeaderClassName
{
color: #DBC224;
}
.AnyTagClassName
{
color: #DBC224;
}
</style>
background-color css
<style>
a { background-color: #DBC224; }
a { background-color: rgb(219,194,36); }
div.DivClassName
{
background-color: #DBC224;
}
.BgClassName
{
background-color: #DBC224;
}
</style>
border-color css
<style>
span { border-color: #DBC224; }
span { border-color: rgb(219,194,36); }
td.TdClassName
{
border-color: #DBC224;
}
.TagClassName
{
border-color: #DBC224;
}
</style>