Shades of Barberry #D0C922
Tints of Barberry #D0C922
RGB
CMYK
RGB Variations
Color information
#D0C922 (or 0xD0C922) is known color: Barberry. HEX triplet: D0, C9 and 22. RGB value is (208,201,34). Sum of RGB (Red+Green+Blue) = 208+201+34=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C922 is #2F36DD. Grayscale: #B8B8B8. Windows color (decimal): -3094238 or 2279888. OLE color: 2279888.
HSL color Cylindrical-coordinate representation of color #D0C922: hue angle of 57.59º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0C922 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 34 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.18 |
| HSL | 57.59º | 0.72% | 0.47% | - |
| HSV(B) | 57.59º | 0.84% | 0.82% | - |
| XYZ | 47.19 | 55.3 | 9.7 | - |
| YUV | 184.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 34 | 0 | 0.03 | 0.84 | 0.18 | 57.59 | 0.72 | 0.47 |
| Hex | D0 | C9 | 22 | 0 | 3 | 54 | 12 | 3A | 48 | 2F |
| Octal | 320 | 311 | 42 | 0 | 3 | 124 | 22 | 72 | 110 | 57 |
| Binary | 11010000 | 11001001 | 100010 | 0 | 11 | 1010100 | 10010 | 111010 | 1001000 | 101111 |
Color Harmonies of #D0C922
Complementary color
Monochromatic Colors of #D0C922
Black with #D0C922
Text Example
Text Example
White with #D0C922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C922; }
p { color: rgb(208,201,34); }
H1.HeaderClassName
{
color: #D0C922;
}
.AnyTagClassName
{
color: #D0C922;
}
</style>
background-color css
<style>
a { background-color: #D0C922; }
a { background-color: rgb(208,201,34); }
div.DivClassName
{
background-color: #D0C922;
}
.BgClassName
{
background-color: #D0C922;
}
</style>
border-color css
<style>
span { border-color: #D0C922; }
span { border-color: rgb(208,201,34); }
td.TdClassName
{
border-color: #D0C922;
}
.TagClassName
{
border-color: #D0C922;
}
</style>