Shades of Sunflower #DBC522
Tints of Sunflower #DBC522
RGB
CMYK
RGB Variations
Color information
#DBC522 (or 0xDBC522) is known color: Sunflower. HEX triplet: DB, C5 and 22. RGB value is (219,197,34). Sum of RGB (Red+Green+Blue) = 219+197+34=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC522 is #243ADD. Grayscale: #B9B9B9. Windows color (decimal): -2374366 or 2278875. OLE color: 2278875.
HSL color Cylindrical-coordinate representation of color #DBC522: hue angle of 52.86º 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 #DBC522 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 34 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.14 |
| HSL | 52.86º | 0.73% | 0.5% | - |
| HSV(B) | 52.86º | 0.84% | 0.86% | - |
| XYZ | 49.47 | 55.11 | 9.54 | - |
| YUV | 185 | 42.79 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 34 | 0 | 0.10 | 0.84 | 0.14 | 52.86 | 0.73 | 0.5 |
| Hex | DB | C5 | 22 | 0 | A | 54 | E | 35 | 49 | 32 |
| Octal | 333 | 305 | 42 | 0 | 12 | 124 | 16 | 65 | 111 | 62 |
| Binary | 11011011 | 11000101 | 100010 | 0 | 1010 | 1010100 | 1110 | 110101 | 1001001 | 110010 |
Color Harmonies of #DBC522
Complementary color
Monochromatic Colors of #DBC522
Black with #DBC522
Text Example
Text Example
White with #DBC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC522; }
p { color: rgb(219,197,34); }
H1.HeaderClassName
{
color: #DBC522;
}
.AnyTagClassName
{
color: #DBC522;
}
</style>
background-color css
<style>
a { background-color: #DBC522; }
a { background-color: rgb(219,197,34); }
div.DivClassName
{
background-color: #DBC522;
}
.BgClassName
{
background-color: #DBC522;
}
</style>
border-color css
<style>
span { border-color: #DBC522; }
span { border-color: rgb(219,197,34); }
td.TdClassName
{
border-color: #DBC522;
}
.TagClassName
{
border-color: #DBC522;
}
</style>