Shades of Sunflower #DBC220
Tints of Sunflower #DBC220
RGB
CMYK
RGB Variations
Color information
#DBC220 (or 0xDBC220) is known color: Sunflower. HEX triplet: DB, C2 and 20. RGB value is (219,194,32). Sum of RGB (Red+Green+Blue) = 219+194+32=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC220 is #243DDF. Grayscale: #B7B7B7. Windows color (decimal): -2375136 or 2147035. OLE color: 2147035.
HSL color Cylindrical-coordinate representation of color #DBC220: hue angle of 51.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBC220 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 32 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.14 |
| HSL | 51.98º | 0.75% | 0.49% | - |
| HSV(B) | 51.98º | 0.85% | 0.86% | - |
| XYZ | 48.77 | 53.75 | 9.17 | - |
| YUV | 183.01 | 42.78 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 32 | 0 | 0.11 | 0.85 | 0.14 | 51.98 | 0.75 | 0.49 |
| Hex | DB | C2 | 20 | 0 | B | 55 | E | 34 | 4B | 31 |
| Octal | 333 | 302 | 40 | 0 | 13 | 125 | 16 | 64 | 113 | 61 |
| Binary | 11011011 | 11000010 | 100000 | 0 | 1011 | 1010101 | 1110 | 110100 | 1001011 | 110001 |
Color Harmonies of #DBC220
Complementary color
Monochromatic Colors of #DBC220
Black with #DBC220
Text Example
Text Example
White with #DBC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC220; }
p { color: rgb(219,194,32); }
H1.HeaderClassName
{
color: #DBC220;
}
.AnyTagClassName
{
color: #DBC220;
}
</style>
background-color css
<style>
a { background-color: #DBC220; }
a { background-color: rgb(219,194,32); }
div.DivClassName
{
background-color: #DBC220;
}
.BgClassName
{
background-color: #DBC220;
}
</style>
border-color css
<style>
span { border-color: #DBC220; }
span { border-color: rgb(219,194,32); }
td.TdClassName
{
border-color: #DBC220;
}
.TagClassName
{
border-color: #DBC220;
}
</style>