Shades of Sunflower #DBC222
Tints of Sunflower #DBC222
RGB
CMYK
RGB Variations
Color information
#DBC222 (or 0xDBC222) is known color: Sunflower. HEX triplet: DB, C2 and 22. RGB value is (219,194,34). Sum of RGB (Red+Green+Blue) = 219+194+34=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC222 is #243DDD. Grayscale: #B7B7B7. Windows color (decimal): -2375134 or 2278107. OLE color: 2278107.
HSL color Cylindrical-coordinate representation of color #DBC222: hue angle of 51.89º degrees, saturation: 0.73, 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 #DBC222 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 34 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.14 |
| HSL | 51.89º | 0.73% | 0.5% | - |
| HSV(B) | 51.89º | 0.84% | 0.86% | - |
| XYZ | 48.79 | 53.76 | 9.32 | - |
| YUV | 183.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 34 | 0 | 0.11 | 0.84 | 0.14 | 51.89 | 0.73 | 0.5 |
| Hex | DB | C2 | 22 | 0 | B | 54 | E | 34 | 49 | 32 |
| Octal | 333 | 302 | 42 | 0 | 13 | 124 | 16 | 64 | 111 | 62 |
| Binary | 11011011 | 11000010 | 100010 | 0 | 1011 | 1010100 | 1110 | 110100 | 1001001 | 110010 |
Color Harmonies of #DBC222
Complementary color
Monochromatic Colors of #DBC222
Black with #DBC222
Text Example
Text Example
White with #DBC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC222; }
p { color: rgb(219,194,34); }
H1.HeaderClassName
{
color: #DBC222;
}
.AnyTagClassName
{
color: #DBC222;
}
</style>
background-color css
<style>
a { background-color: #DBC222; }
a { background-color: rgb(219,194,34); }
div.DivClassName
{
background-color: #DBC222;
}
.BgClassName
{
background-color: #DBC222;
}
</style>
border-color css
<style>
span { border-color: #DBC222; }
span { border-color: rgb(219,194,34); }
td.TdClassName
{
border-color: #DBC222;
}
.TagClassName
{
border-color: #DBC222;
}
</style>