Shades of Barberry #DBC22D
Tints of Barberry #DBC22D
RGB
CMYK
RGB Variations
Color information
#DBC22D (or 0xDBC22D) is known color: Barberry. HEX triplet: DB, C2 and 2D. RGB value is (219,194,45). Sum of RGB (Red+Green+Blue) = 219+194+45=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC22D is #243DD2. Grayscale: #B9B9B9. Windows color (decimal): -2375123 or 2999003. OLE color: 2999003.
HSL color Cylindrical-coordinate representation of color #DBC22D: hue angle of 51.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBC22D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 45 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.14 |
| HSL | 51.38º | 0.71% | 0.52% | - |
| HSV(B) | 51.38º | 0.79% | 0.86% | - |
| XYZ | 48.98 | 53.83 | 10.29 | - |
| YUV | 184.49 | 49.28 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 45 | 0 | 0.11 | 0.79 | 0.14 | 51.38 | 0.71 | 0.52 |
| Hex | DB | C2 | 2D | 0 | B | 4F | E | 33 | 47 | 34 |
| Octal | 333 | 302 | 55 | 0 | 13 | 117 | 16 | 63 | 107 | 64 |
| Binary | 11011011 | 11000010 | 101101 | 0 | 1011 | 1001111 | 1110 | 110011 | 1000111 | 110100 |
Color Harmonies of #DBC22D
Complementary color
Monochromatic Colors of #DBC22D
Black with #DBC22D
Text Example
Text Example
White with #DBC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC22D; }
p { color: rgb(219,194,45); }
H1.HeaderClassName
{
color: #DBC22D;
}
.AnyTagClassName
{
color: #DBC22D;
}
</style>
background-color css
<style>
a { background-color: #DBC22D; }
a { background-color: rgb(219,194,45); }
div.DivClassName
{
background-color: #DBC22D;
}
.BgClassName
{
background-color: #DBC22D;
}
</style>
border-color css
<style>
span { border-color: #DBC22D; }
span { border-color: rgb(219,194,45); }
td.TdClassName
{
border-color: #DBC22D;
}
.TagClassName
{
border-color: #DBC22D;
}
</style>