Shades of Barberry #D1C120
Tints of Barberry #D1C120
RGB
CMYK
RGB Variations
Color information
#D1C120 (or 0xD1C120) is known color: Barberry. HEX triplet: D1, C1 and 20. RGB value is (209,193,32). Sum of RGB (Red+Green+Blue) = 209+193+32=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C120 is #2E3EDF. Grayscale: #B4B4B4. Windows color (decimal): -3030752 or 2146769. OLE color: 2146769.
HSL color Cylindrical-coordinate representation of color #D1C120: hue angle of 54.58º 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 #D1C120 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 32 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.18 |
| HSL | 54.58º | 0.73% | 0.47% | - |
| HSV(B) | 54.58º | 0.85% | 0.82% | - |
| XYZ | 45.63 | 51.8 | 8.96 | - |
| YUV | 179.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 32 | 0 | 0.08 | 0.85 | 0.18 | 54.58 | 0.73 | 0.47 |
| Hex | D1 | C1 | 20 | 0 | 8 | 55 | 12 | 37 | 49 | 2F |
| Octal | 321 | 301 | 40 | 0 | 10 | 125 | 22 | 67 | 111 | 57 |
| Binary | 11010001 | 11000001 | 100000 | 0 | 1000 | 1010101 | 10010 | 110111 | 1001001 | 101111 |
Color Harmonies of #D1C120
Complementary color
Monochromatic Colors of #D1C120
Black with #D1C120
Text Example
Text Example
White with #D1C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C120; }
p { color: rgb(209,193,32); }
H1.HeaderClassName
{
color: #D1C120;
}
.AnyTagClassName
{
color: #D1C120;
}
</style>
background-color css
<style>
a { background-color: #D1C120; }
a { background-color: rgb(209,193,32); }
div.DivClassName
{
background-color: #D1C120;
}
.BgClassName
{
background-color: #D1C120;
}
</style>
border-color css
<style>
span { border-color: #D1C120; }
span { border-color: rgb(209,193,32); }
td.TdClassName
{
border-color: #D1C120;
}
.TagClassName
{
border-color: #D1C120;
}
</style>