Shades of Barberry #D2C620
Tints of Barberry #D2C620
RGB
CMYK
RGB Variations
Color information
#D2C620 (or 0xD2C620) is known color: Barberry. HEX triplet: D2, C6 and 20. RGB value is (210,198,32). Sum of RGB (Red+Green+Blue) = 210+198+32=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C620 is #2D39DF. Grayscale: #B7B7B7. Windows color (decimal): -2963936 or 2148050. OLE color: 2148050.
HSL color Cylindrical-coordinate representation of color #D2C620: hue angle of 55.96º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2C620 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 32 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.18 |
| HSL | 55.96º | 0.74% | 0.47% | - |
| HSV(B) | 55.96º | 0.85% | 0.82% | - |
| XYZ | 47.03 | 54.19 | 9.35 | - |
| YUV | 182.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 32 | 0 | 0.06 | 0.85 | 0.18 | 55.96 | 0.74 | 0.47 |
| Hex | D2 | C6 | 20 | 0 | 6 | 55 | 12 | 38 | 4A | 2F |
| Octal | 322 | 306 | 40 | 0 | 6 | 125 | 22 | 70 | 112 | 57 |
| Binary | 11010010 | 11000110 | 100000 | 0 | 110 | 1010101 | 10010 | 111000 | 1001010 | 101111 |
Color Harmonies of #D2C620
Complementary color
Monochromatic Colors of #D2C620
Black with #D2C620
Text Example
Text Example
White with #D2C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C620; }
p { color: rgb(210,198,32); }
H1.HeaderClassName
{
color: #D2C620;
}
.AnyTagClassName
{
color: #D2C620;
}
</style>
background-color css
<style>
a { background-color: #D2C620; }
a { background-color: rgb(210,198,32); }
div.DivClassName
{
background-color: #D2C620;
}
.BgClassName
{
background-color: #D2C620;
}
</style>
border-color css
<style>
span { border-color: #D2C620; }
span { border-color: rgb(210,198,32); }
td.TdClassName
{
border-color: #D2C620;
}
.TagClassName
{
border-color: #D2C620;
}
</style>