Shades of Barberry #D8C922
Tints of Barberry #D8C922
RGB
CMYK
RGB Variations
Color information
#D8C922 (or 0xD8C922) is known color: Barberry. HEX triplet: D8, C9 and 22. RGB value is (216,201,34). Sum of RGB (Red+Green+Blue) = 216+201+34=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C922 is #2736DD. Grayscale: #BBBBBB. Windows color (decimal): -2569950 or 2279896. OLE color: 2279896.
HSL color Cylindrical-coordinate representation of color #D8C922: hue angle of 55.05º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8C922 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 34 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.15 |
| HSL | 55.05º | 0.73% | 0.49% | - |
| HSV(B) | 55.05º | 0.84% | 0.85% | - |
| XYZ | 49.49 | 56.49 | 9.81 | - |
| YUV | 186.45 | 41.97 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 34 | 0 | 0.07 | 0.84 | 0.15 | 55.05 | 0.73 | 0.49 |
| Hex | D8 | C9 | 22 | 0 | 7 | 54 | F | 37 | 49 | 31 |
| Octal | 330 | 311 | 42 | 0 | 7 | 124 | 17 | 67 | 111 | 61 |
| Binary | 11011000 | 11001001 | 100010 | 0 | 111 | 1010100 | 1111 | 110111 | 1001001 | 110001 |
Color Harmonies of #D8C922
Complementary color
Monochromatic Colors of #D8C922
Black with #D8C922
Text Example
Text Example
White with #D8C922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C922; }
p { color: rgb(216,201,34); }
H1.HeaderClassName
{
color: #D8C922;
}
.AnyTagClassName
{
color: #D8C922;
}
</style>
background-color css
<style>
a { background-color: #D8C922; }
a { background-color: rgb(216,201,34); }
div.DivClassName
{
background-color: #D8C922;
}
.BgClassName
{
background-color: #D8C922;
}
</style>
border-color css
<style>
span { border-color: #D8C922; }
span { border-color: rgb(216,201,34); }
td.TdClassName
{
border-color: #D8C922;
}
.TagClassName
{
border-color: #D8C922;
}
</style>