Shades of Barberry #D8D322
Tints of Barberry #D8D322
RGB
CMYK
RGB Variations
Color information
#D8D322 (or 0xD8D322) is known color: Barberry. HEX triplet: D8, D3 and 22. RGB value is (216,211,34). Sum of RGB (Red+Green+Blue) = 216+211+34=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D322 is #272CDD. Grayscale: #C1C1C1. Windows color (decimal): -2567390 or 2282456. OLE color: 2282456.
HSL color Cylindrical-coordinate representation of color #D8D322: hue angle of 58.35º 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 #D8D322 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 34 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.15 |
| HSL | 58.35º | 0.73% | 0.49% | - |
| HSV(B) | 58.35º | 0.84% | 0.85% | - |
| XYZ | 51.9 | 61.3 | 10.61 | - |
| YUV | 192.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 34 | 0 | 0.02 | 0.84 | 0.15 | 58.35 | 0.73 | 0.49 |
| Hex | D8 | D3 | 22 | 0 | 2 | 54 | F | 3A | 49 | 31 |
| Octal | 330 | 323 | 42 | 0 | 2 | 124 | 17 | 72 | 111 | 61 |
| Binary | 11011000 | 11010011 | 100010 | 0 | 10 | 1010100 | 1111 | 111010 | 1001001 | 110001 |
Color Harmonies of #D8D322
Complementary color
Monochromatic Colors of #D8D322
Black with #D8D322
Text Example
Text Example
White with #D8D322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D322; }
p { color: rgb(216,211,34); }
H1.HeaderClassName
{
color: #D8D322;
}
.AnyTagClassName
{
color: #D8D322;
}
</style>
background-color css
<style>
a { background-color: #D8D322; }
a { background-color: rgb(216,211,34); }
div.DivClassName
{
background-color: #D8D322;
}
.BgClassName
{
background-color: #D8D322;
}
</style>
border-color css
<style>
span { border-color: #D8D322; }
span { border-color: rgb(216,211,34); }
td.TdClassName
{
border-color: #D8D322;
}
.TagClassName
{
border-color: #D8D322;
}
</style>