Shades of Barberry #D1C020
Tints of Barberry #D1C020
RGB
CMYK
RGB Variations
Color information
#D1C020 (or 0xD1C020) is known color: Barberry. HEX triplet: D1, C0 and 20. RGB value is (209,192,32). Sum of RGB (Red+Green+Blue) = 209+192+32=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C020 is #2E3FDF. Grayscale: #B3B3B3. Windows color (decimal): -3031008 or 2146513. OLE color: 2146513.
HSL color Cylindrical-coordinate representation of color #D1C020: hue angle of 54.24º 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 #D1C020 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 32 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.18 |
| HSL | 54.24º | 0.73% | 0.47% | - |
| HSV(B) | 54.24º | 0.85% | 0.82% | - |
| XYZ | 45.4 | 51.36 | 8.89 | - |
| YUV | 178.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 32 | 0 | 0.08 | 0.85 | 0.18 | 54.24 | 0.73 | 0.47 |
| Hex | D1 | C0 | 20 | 0 | 8 | 55 | 12 | 36 | 49 | 2F |
| Octal | 321 | 300 | 40 | 0 | 10 | 125 | 22 | 66 | 111 | 57 |
| Binary | 11010001 | 11000000 | 100000 | 0 | 1000 | 1010101 | 10010 | 110110 | 1001001 | 101111 |
Color Harmonies of #D1C020
Complementary color
Monochromatic Colors of #D1C020
Black with #D1C020
Text Example
Text Example
White with #D1C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C020; }
p { color: rgb(209,192,32); }
H1.HeaderClassName
{
color: #D1C020;
}
.AnyTagClassName
{
color: #D1C020;
}
</style>
background-color css
<style>
a { background-color: #D1C020; }
a { background-color: rgb(209,192,32); }
div.DivClassName
{
background-color: #D1C020;
}
.BgClassName
{
background-color: #D1C020;
}
</style>
border-color css
<style>
span { border-color: #D1C020; }
span { border-color: rgb(209,192,32); }
td.TdClassName
{
border-color: #D1C020;
}
.TagClassName
{
border-color: #D1C020;
}
</style>