Shades of Barberry #D0C722
Tints of Barberry #D0C722
RGB
CMYK
RGB Variations
Color information
#D0C722 (or 0xD0C722) is known color: Barberry. HEX triplet: D0, C7 and 22. RGB value is (208,199,34). Sum of RGB (Red+Green+Blue) = 208+199+34=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C722 is #2F38DD. Grayscale: #B7B7B7. Windows color (decimal): -3094750 or 2279376. OLE color: 2279376.
HSL color Cylindrical-coordinate representation of color #D0C722: hue angle of 56.9º 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 #D0C722 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 34 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.18 |
| HSL | 56.9º | 0.72% | 0.47% | - |
| HSV(B) | 56.9º | 0.84% | 0.82% | - |
| XYZ | 46.72 | 54.37 | 9.55 | - |
| YUV | 182.88 | 43.98 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 34 | 0 | 0.04 | 0.84 | 0.18 | 56.9 | 0.72 | 0.47 |
| Hex | D0 | C7 | 22 | 0 | 4 | 54 | 12 | 39 | 48 | 2F |
| Octal | 320 | 307 | 42 | 0 | 4 | 124 | 22 | 71 | 110 | 57 |
| Binary | 11010000 | 11000111 | 100010 | 0 | 100 | 1010100 | 10010 | 111001 | 1001000 | 101111 |
Color Harmonies of #D0C722
Complementary color
Monochromatic Colors of #D0C722
Black with #D0C722
Text Example
Text Example
White with #D0C722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C722; }
p { color: rgb(208,199,34); }
H1.HeaderClassName
{
color: #D0C722;
}
.AnyTagClassName
{
color: #D0C722;
}
</style>
background-color css
<style>
a { background-color: #D0C722; }
a { background-color: rgb(208,199,34); }
div.DivClassName
{
background-color: #D0C722;
}
.BgClassName
{
background-color: #D0C722;
}
</style>
border-color css
<style>
span { border-color: #D0C722; }
span { border-color: rgb(208,199,34); }
td.TdClassName
{
border-color: #D0C722;
}
.TagClassName
{
border-color: #D0C722;
}
</style>