Shades of Barberry #D0C622
Tints of Barberry #D0C622
RGB
CMYK
RGB Variations
Color information
#D0C622 (or 0xD0C622) is known color: Barberry. HEX triplet: D0, C6 and 22. RGB value is (208,198,34). Sum of RGB (Red+Green+Blue) = 208+198+34=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C622 is #2F39DD. Grayscale: #B6B6B6. Windows color (decimal): -3095006 or 2279120. OLE color: 2279120.
HSL color Cylindrical-coordinate representation of color #D0C622: hue angle of 56.55º 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 #D0C622 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 34 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.18 |
| HSL | 56.55º | 0.72% | 0.47% | - |
| HSV(B) | 56.55º | 0.84% | 0.82% | - |
| XYZ | 46.5 | 53.91 | 9.47 | - |
| YUV | 182.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 34 | 0 | 0.05 | 0.84 | 0.18 | 56.55 | 0.72 | 0.47 |
| Hex | D0 | C6 | 22 | 0 | 5 | 54 | 12 | 39 | 48 | 2F |
| Octal | 320 | 306 | 42 | 0 | 5 | 124 | 22 | 71 | 110 | 57 |
| Binary | 11010000 | 11000110 | 100010 | 0 | 101 | 1010100 | 10010 | 111001 | 1001000 | 101111 |
Color Harmonies of #D0C622
Complementary color
Monochromatic Colors of #D0C622
Black with #D0C622
Text Example
Text Example
White with #D0C622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C622; }
p { color: rgb(208,198,34); }
H1.HeaderClassName
{
color: #D0C622;
}
.AnyTagClassName
{
color: #D0C622;
}
</style>
background-color css
<style>
a { background-color: #D0C622; }
a { background-color: rgb(208,198,34); }
div.DivClassName
{
background-color: #D0C622;
}
.BgClassName
{
background-color: #D0C622;
}
</style>
border-color css
<style>
span { border-color: #D0C622; }
span { border-color: rgb(208,198,34); }
td.TdClassName
{
border-color: #D0C622;
}
.TagClassName
{
border-color: #D0C622;
}
</style>