Shades of Barberry #D5D022
Tints of Barberry #D5D022
RGB
CMYK
RGB Variations
Color information
#D5D022 (or 0xD5D022) is known color: Barberry. HEX triplet: D5, D0 and 22. RGB value is (213,208,34). Sum of RGB (Red+Green+Blue) = 213+208+34=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D022 is #2A2FDD. Grayscale: #BEBEBE. Windows color (decimal): -2764766 or 2281685. OLE color: 2281685.
HSL color Cylindrical-coordinate representation of color #D5D022: hue angle of 58.32º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5D022 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 34 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.16 |
| HSL | 58.32º | 0.72% | 0.48% | - |
| HSV(B) | 58.32º | 0.84% | 0.84% | - |
| XYZ | 50.29 | 59.37 | 10.32 | - |
| YUV | 189.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 34 | 0 | 0.02 | 0.84 | 0.16 | 58.32 | 0.72 | 0.48 |
| Hex | D5 | D0 | 22 | 0 | 2 | 54 | 10 | 3A | 48 | 30 |
| Octal | 325 | 320 | 42 | 0 | 2 | 124 | 20 | 72 | 110 | 60 |
| Binary | 11010101 | 11010000 | 100010 | 0 | 10 | 1010100 | 10000 | 111010 | 1001000 | 110000 |
Color Harmonies of #D5D022
Complementary color
Monochromatic Colors of #D5D022
Black with #D5D022
Text Example
Text Example
White with #D5D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D022; }
p { color: rgb(213,208,34); }
H1.HeaderClassName
{
color: #D5D022;
}
.AnyTagClassName
{
color: #D5D022;
}
</style>
background-color css
<style>
a { background-color: #D5D022; }
a { background-color: rgb(213,208,34); }
div.DivClassName
{
background-color: #D5D022;
}
.BgClassName
{
background-color: #D5D022;
}
</style>
border-color css
<style>
span { border-color: #D5D022; }
span { border-color: rgb(213,208,34); }
td.TdClassName
{
border-color: #D5D022;
}
.TagClassName
{
border-color: #D5D022;
}
</style>