Shades of Barberry #D2C120
Tints of Barberry #D2C120
RGB
CMYK
RGB Variations
Color information
#D2C120 (or 0xD2C120) is known color: Barberry. HEX triplet: D2, C1 and 20. RGB value is (210,193,32). Sum of RGB (Red+Green+Blue) = 210+193+32=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C120 is #2D3EDF. Grayscale: #B4B4B4. Windows color (decimal): -2965216 or 2146770. OLE color: 2146770.
HSL color Cylindrical-coordinate representation of color #D2C120: hue angle of 54.27º 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 #D2C120 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 32 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.18 |
| HSL | 54.27º | 0.74% | 0.47% | - |
| HSV(B) | 54.27º | 0.85% | 0.82% | - |
| XYZ | 45.91 | 51.95 | 8.97 | - |
| YUV | 179.73 | 44.63 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 32 | 0 | 0.08 | 0.85 | 0.18 | 54.27 | 0.74 | 0.47 |
| Hex | D2 | C1 | 20 | 0 | 8 | 55 | 12 | 36 | 4A | 2F |
| Octal | 322 | 301 | 40 | 0 | 10 | 125 | 22 | 66 | 112 | 57 |
| Binary | 11010010 | 11000001 | 100000 | 0 | 1000 | 1010101 | 10010 | 110110 | 1001010 | 101111 |
Color Harmonies of #D2C120
Complementary color
Monochromatic Colors of #D2C120
Black with #D2C120
Text Example
Text Example
White with #D2C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C120; }
p { color: rgb(210,193,32); }
H1.HeaderClassName
{
color: #D2C120;
}
.AnyTagClassName
{
color: #D2C120;
}
</style>
background-color css
<style>
a { background-color: #D2C120; }
a { background-color: rgb(210,193,32); }
div.DivClassName
{
background-color: #D2C120;
}
.BgClassName
{
background-color: #D2C120;
}
</style>
border-color css
<style>
span { border-color: #D2C120; }
span { border-color: rgb(210,193,32); }
td.TdClassName
{
border-color: #D2C120;
}
.TagClassName
{
border-color: #D2C120;
}
</style>