Shades of Barberry #D0C020
Tints of Barberry #D0C020
RGB
CMYK
RGB Variations
Color information
#D0C020 (or 0xD0C020) is known color: Barberry. HEX triplet: D0, C0 and 20. RGB value is (208,192,32). Sum of RGB (Red+Green+Blue) = 208+192+32=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C020 is #2F3FDF. Grayscale: #B3B3B3. Windows color (decimal): -3096544 or 2146512. OLE color: 2146512.
HSL color Cylindrical-coordinate representation of color #D0C020: hue angle of 54.55º 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 #D0C020 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 32 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.18 |
| HSL | 54.55º | 0.73% | 0.47% | - |
| HSV(B) | 54.55º | 0.85% | 0.82% | - |
| XYZ | 45.12 | 51.21 | 8.87 | - |
| YUV | 178.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 32 | 0 | 0.08 | 0.85 | 0.18 | 54.55 | 0.73 | 0.47 |
| Hex | D0 | C0 | 20 | 0 | 8 | 55 | 12 | 37 | 49 | 2F |
| Octal | 320 | 300 | 40 | 0 | 10 | 125 | 22 | 67 | 111 | 57 |
| Binary | 11010000 | 11000000 | 100000 | 0 | 1000 | 1010101 | 10010 | 110111 | 1001001 | 101111 |
Color Harmonies of #D0C020
Complementary color
Monochromatic Colors of #D0C020
Black with #D0C020
Text Example
Text Example
White with #D0C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C020; }
p { color: rgb(208,192,32); }
H1.HeaderClassName
{
color: #D0C020;
}
.AnyTagClassName
{
color: #D0C020;
}
</style>
background-color css
<style>
a { background-color: #D0C020; }
a { background-color: rgb(208,192,32); }
div.DivClassName
{
background-color: #D0C020;
}
.BgClassName
{
background-color: #D0C020;
}
</style>
border-color css
<style>
span { border-color: #D0C020; }
span { border-color: rgb(208,192,32); }
td.TdClassName
{
border-color: #D0C020;
}
.TagClassName
{
border-color: #D0C020;
}
</style>