Shades of Sunflower #DBC122
Tints of Sunflower #DBC122
RGB
CMYK
RGB Variations
Color information
#DBC122 (or 0xDBC122) is known color: Sunflower. HEX triplet: DB, C1 and 22. RGB value is (219,193,34). Sum of RGB (Red+Green+Blue) = 219+193+34=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC122 is #243EDD. Grayscale: #B7B7B7. Windows color (decimal): -2375390 or 2277851. OLE color: 2277851.
HSL color Cylindrical-coordinate representation of color #DBC122: hue angle of 51.57º 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 #DBC122 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 34 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.14 |
| HSL | 51.57º | 0.73% | 0.5% | - |
| HSV(B) | 51.57º | 0.84% | 0.86% | - |
| XYZ | 48.57 | 53.32 | 9.24 | - |
| YUV | 182.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 34 | 0 | 0.12 | 0.84 | 0.14 | 51.57 | 0.73 | 0.5 |
| Hex | DB | C1 | 22 | 0 | C | 54 | E | 34 | 49 | 32 |
| Octal | 333 | 301 | 42 | 0 | 14 | 124 | 16 | 64 | 111 | 62 |
| Binary | 11011011 | 11000001 | 100010 | 0 | 1100 | 1010100 | 1110 | 110100 | 1001001 | 110010 |
Color Harmonies of #DBC122
Complementary color
Monochromatic Colors of #DBC122
Black with #DBC122
Text Example
Text Example
White with #DBC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC122; }
p { color: rgb(219,193,34); }
H1.HeaderClassName
{
color: #DBC122;
}
.AnyTagClassName
{
color: #DBC122;
}
</style>
background-color css
<style>
a { background-color: #DBC122; }
a { background-color: rgb(219,193,34); }
div.DivClassName
{
background-color: #DBC122;
}
.BgClassName
{
background-color: #DBC122;
}
</style>
border-color css
<style>
span { border-color: #DBC122; }
span { border-color: rgb(219,193,34); }
td.TdClassName
{
border-color: #DBC122;
}
.TagClassName
{
border-color: #DBC122;
}
</style>