Shades of Barberry #D3C722
Tints of Barberry #D3C722
RGB
CMYK
RGB Variations
Color information
#D3C722 (or 0xD3C722) is known color: Barberry. HEX triplet: D3, C7 and 22. RGB value is (211,199,34). Sum of RGB (Red+Green+Blue) = 211+199+34=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C722 is #2C38DD. Grayscale: #B8B8B8. Windows color (decimal): -2898142 or 2279379. OLE color: 2279379.
HSL color Cylindrical-coordinate representation of color #D3C722: hue angle of 55.93º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3C722 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 34 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.17 |
| HSL | 55.93º | 0.72% | 0.48% | - |
| HSV(B) | 55.93º | 0.84% | 0.83% | - |
| XYZ | 47.58 | 54.81 | 9.59 | - |
| YUV | 183.78 | 43.48 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 34 | 0 | 0.06 | 0.84 | 0.17 | 55.93 | 0.72 | 0.48 |
| Hex | D3 | C7 | 22 | 0 | 6 | 54 | 11 | 38 | 48 | 30 |
| Octal | 323 | 307 | 42 | 0 | 6 | 124 | 21 | 70 | 110 | 60 |
| Binary | 11010011 | 11000111 | 100010 | 0 | 110 | 1010100 | 10001 | 111000 | 1001000 | 110000 |
Color Harmonies of #D3C722
Complementary color
Monochromatic Colors of #D3C722
Black with #D3C722
Text Example
Text Example
White with #D3C722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C722; }
p { color: rgb(211,199,34); }
H1.HeaderClassName
{
color: #D3C722;
}
.AnyTagClassName
{
color: #D3C722;
}
</style>
background-color css
<style>
a { background-color: #D3C722; }
a { background-color: rgb(211,199,34); }
div.DivClassName
{
background-color: #D3C722;
}
.BgClassName
{
background-color: #D3C722;
}
</style>
border-color css
<style>
span { border-color: #D3C722; }
span { border-color: rgb(211,199,34); }
td.TdClassName
{
border-color: #D3C722;
}
.TagClassName
{
border-color: #D3C722;
}
</style>