Shades of Barberry #D0C120
Tints of Barberry #D0C120
RGB
CMYK
RGB Variations
Color information
#D0C120 (or 0xD0C120) is known color: Barberry. HEX triplet: D0, C1 and 20. RGB value is (208,193,32). Sum of RGB (Red+Green+Blue) = 208+193+32=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C120 is #2F3EDF. Grayscale: #B3B3B3. Windows color (decimal): -3096288 or 2146768. OLE color: 2146768.
HSL color Cylindrical-coordinate representation of color #D0C120: hue angle of 54.89º degrees, saturation: 0.73, 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 #D0C120 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 32 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.18 |
| HSL | 54.89º | 0.73% | 0.47% | - |
| HSV(B) | 54.89º | 0.85% | 0.82% | - |
| XYZ | 45.34 | 51.65 | 8.95 | - |
| YUV | 179.13 | 44.97 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 32 | 0 | 0.07 | 0.85 | 0.18 | 54.89 | 0.73 | 0.47 |
| Hex | D0 | C1 | 20 | 0 | 7 | 55 | 12 | 37 | 49 | 2F |
| Octal | 320 | 301 | 40 | 0 | 7 | 125 | 22 | 67 | 111 | 57 |
| Binary | 11010000 | 11000001 | 100000 | 0 | 111 | 1010101 | 10010 | 110111 | 1001001 | 101111 |
Color Harmonies of #D0C120
Complementary color
Monochromatic Colors of #D0C120
Black with #D0C120
Text Example
Text Example
White with #D0C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C120; }
p { color: rgb(208,193,32); }
H1.HeaderClassName
{
color: #D0C120;
}
.AnyTagClassName
{
color: #D0C120;
}
</style>
background-color css
<style>
a { background-color: #D0C120; }
a { background-color: rgb(208,193,32); }
div.DivClassName
{
background-color: #D0C120;
}
.BgClassName
{
background-color: #D0C120;
}
</style>
border-color css
<style>
span { border-color: #D0C120; }
span { border-color: rgb(208,193,32); }
td.TdClassName
{
border-color: #D0C120;
}
.TagClassName
{
border-color: #D0C120;
}
</style>