Shades of Sunflower #DBC022
Tints of Sunflower #DBC022
RGB
CMYK
RGB Variations
Color information
#DBC022 (or 0xDBC022) is known color: Sunflower. HEX triplet: DB, C0 and 22. RGB value is (219,192,34). Sum of RGB (Red+Green+Blue) = 219+192+34=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC022 is #243FDD. Grayscale: #B6B6B6. Windows color (decimal): -2375646 or 2277595. OLE color: 2277595.
HSL color Cylindrical-coordinate representation of color #DBC022: hue angle of 51.24º 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 #DBC022 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 34 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.14 |
| HSL | 51.24º | 0.73% | 0.5% | - |
| HSV(B) | 51.24º | 0.84% | 0.86% | - |
| XYZ | 48.35 | 52.87 | 9.17 | - |
| YUV | 182.06 | 44.45 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 34 | 0 | 0.12 | 0.84 | 0.14 | 51.24 | 0.73 | 0.5 |
| Hex | DB | C0 | 22 | 0 | C | 54 | E | 33 | 49 | 32 |
| Octal | 333 | 300 | 42 | 0 | 14 | 124 | 16 | 63 | 111 | 62 |
| Binary | 11011011 | 11000000 | 100010 | 0 | 1100 | 1010100 | 1110 | 110011 | 1001001 | 110010 |
Color Harmonies of #DBC022
Complementary color
Monochromatic Colors of #DBC022
Black with #DBC022
Text Example
Text Example
White with #DBC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC022; }
p { color: rgb(219,192,34); }
H1.HeaderClassName
{
color: #DBC022;
}
.AnyTagClassName
{
color: #DBC022;
}
</style>
background-color css
<style>
a { background-color: #DBC022; }
a { background-color: rgb(219,192,34); }
div.DivClassName
{
background-color: #DBC022;
}
.BgClassName
{
background-color: #DBC022;
}
</style>
border-color css
<style>
span { border-color: #DBC022; }
span { border-color: rgb(219,192,34); }
td.TdClassName
{
border-color: #DBC022;
}
.TagClassName
{
border-color: #DBC022;
}
</style>