Shades of Barberry #D8C22E
Tints of Barberry #D8C22E
RGB
CMYK
RGB Variations
Color information
#D8C22E (or 0xD8C22E) is known color: Barberry. HEX triplet: D8, C2 and 2E. RGB value is (216,194,46). Sum of RGB (Red+Green+Blue) = 216+194+46=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C22E is #273DD1. Grayscale: #B8B8B8. Windows color (decimal): -2571730 or 3064536. OLE color: 3064536.
HSL color Cylindrical-coordinate representation of color #D8C22E: hue angle of 52.24º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8C22E is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 46 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.15 |
| HSL | 52.24º | 0.69% | 0.51% | - |
| HSV(B) | 52.24º | 0.79% | 0.85% | - |
| XYZ | 48.1 | 53.38 | 10.35 | - |
| YUV | 183.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 46 | 0 | 0.10 | 0.79 | 0.15 | 52.24 | 0.69 | 0.51 |
| Hex | D8 | C2 | 2E | 0 | A | 4F | F | 34 | 45 | 33 |
| Octal | 330 | 302 | 56 | 0 | 12 | 117 | 17 | 64 | 105 | 63 |
| Binary | 11011000 | 11000010 | 101110 | 0 | 1010 | 1001111 | 1111 | 110100 | 1000101 | 110011 |
Color Harmonies of #D8C22E
Complementary color
Monochromatic Colors of #D8C22E
Black with #D8C22E
Text Example
Text Example
White with #D8C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C22E; }
p { color: rgb(216,194,46); }
H1.HeaderClassName
{
color: #D8C22E;
}
.AnyTagClassName
{
color: #D8C22E;
}
</style>
background-color css
<style>
a { background-color: #D8C22E; }
a { background-color: rgb(216,194,46); }
div.DivClassName
{
background-color: #D8C22E;
}
.BgClassName
{
background-color: #D8C22E;
}
</style>
border-color css
<style>
span { border-color: #D8C22E; }
span { border-color: rgb(216,194,46); }
td.TdClassName
{
border-color: #D8C22E;
}
.TagClassName
{
border-color: #D8C22E;
}
</style>