Shades of Barberry #D0CB20
Tints of Barberry #D0CB20
RGB
CMYK
RGB Variations
Color information
#D0CB20 (or 0xD0CB20) is known color: Barberry. HEX triplet: D0, CB and 20. RGB value is (208,203,32). Sum of RGB (Red+Green+Blue) = 208+203+32=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB20 is #2F34DF. Grayscale: #B9B9B9. Windows color (decimal): -3093728 or 2149328. OLE color: 2149328.
HSL color Cylindrical-coordinate representation of color #D0CB20: hue angle of 58.3º 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 #D0CB20 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 32 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.18 |
| HSL | 58.3º | 0.73% | 0.47% | - |
| HSV(B) | 58.3º | 0.85% | 0.82% | - |
| XYZ | 47.63 | 56.23 | 9.71 | - |
| YUV | 185 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 32 | 0 | 0.02 | 0.85 | 0.18 | 58.3 | 0.73 | 0.47 |
| Hex | D0 | CB | 20 | 0 | 2 | 55 | 12 | 3A | 49 | 2F |
| Octal | 320 | 313 | 40 | 0 | 2 | 125 | 22 | 72 | 111 | 57 |
| Binary | 11010000 | 11001011 | 100000 | 0 | 10 | 1010101 | 10010 | 111010 | 1001001 | 101111 |
Color Harmonies of #D0CB20
Complementary color
Monochromatic Colors of #D0CB20
Black with #D0CB20
Text Example
Text Example
White with #D0CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB20; }
p { color: rgb(208,203,32); }
H1.HeaderClassName
{
color: #D0CB20;
}
.AnyTagClassName
{
color: #D0CB20;
}
</style>
background-color css
<style>
a { background-color: #D0CB20; }
a { background-color: rgb(208,203,32); }
div.DivClassName
{
background-color: #D0CB20;
}
.BgClassName
{
background-color: #D0CB20;
}
</style>
border-color css
<style>
span { border-color: #D0CB20; }
span { border-color: rgb(208,203,32); }
td.TdClassName
{
border-color: #D0CB20;
}
.TagClassName
{
border-color: #D0CB20;
}
</style>