Shades of Barberry #D5C922
Tints of Barberry #D5C922
RGB
CMYK
RGB Variations
Color information
#D5C922 (or 0xD5C922) is known color: Barberry. HEX triplet: D5, C9 and 22. RGB value is (213,201,34). Sum of RGB (Red+Green+Blue) = 213+201+34=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C922 is #2A36DD. Grayscale: #BABABA. Windows color (decimal): -2766558 or 2279893. OLE color: 2279893.
HSL color Cylindrical-coordinate representation of color #D5C922: hue angle of 55.98º 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 #D5C922 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 34 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.16 |
| HSL | 55.98º | 0.72% | 0.48% | - |
| HSV(B) | 55.98º | 0.84% | 0.84% | - |
| XYZ | 48.62 | 56.03 | 9.77 | - |
| YUV | 185.55 | 42.48 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 34 | 0 | 0.06 | 0.84 | 0.16 | 55.98 | 0.72 | 0.48 |
| Hex | D5 | C9 | 22 | 0 | 6 | 54 | 10 | 38 | 48 | 30 |
| Octal | 325 | 311 | 42 | 0 | 6 | 124 | 20 | 70 | 110 | 60 |
| Binary | 11010101 | 11001001 | 100010 | 0 | 110 | 1010100 | 10000 | 111000 | 1001000 | 110000 |
Color Harmonies of #D5C922
Complementary color
Monochromatic Colors of #D5C922
Black with #D5C922
Text Example
Text Example
White with #D5C922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C922; }
p { color: rgb(213,201,34); }
H1.HeaderClassName
{
color: #D5C922;
}
.AnyTagClassName
{
color: #D5C922;
}
</style>
background-color css
<style>
a { background-color: #D5C922; }
a { background-color: rgb(213,201,34); }
div.DivClassName
{
background-color: #D5C922;
}
.BgClassName
{
background-color: #D5C922;
}
</style>
border-color css
<style>
span { border-color: #D5C922; }
span { border-color: rgb(213,201,34); }
td.TdClassName
{
border-color: #D5C922;
}
.TagClassName
{
border-color: #D5C922;
}
</style>