Shades of Barberry #D8CB20
Tints of Barberry #D8CB20
RGB
CMYK
RGB Variations
Color information
#D8CB20 (or 0xD8CB20) is known color: Barberry. HEX triplet: D8, CB and 20. RGB value is (216,203,32). Sum of RGB (Red+Green+Blue) = 216+203+32=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB20 is #2734DF. Grayscale: #BCBCBC. Windows color (decimal): -2569440 or 2149336. OLE color: 2149336.
HSL color Cylindrical-coordinate representation of color #D8CB20: hue angle of 55.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8CB20 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 32 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.15 |
| HSL | 55.76º | 0.74% | 0.49% | - |
| HSV(B) | 55.76º | 0.85% | 0.85% | - |
| XYZ | 49.94 | 57.42 | 9.82 | - |
| YUV | 187.39 | 40.31 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 32 | 0 | 0.06 | 0.85 | 0.15 | 55.76 | 0.74 | 0.49 |
| Hex | D8 | CB | 20 | 0 | 6 | 55 | F | 38 | 4A | 31 |
| Octal | 330 | 313 | 40 | 0 | 6 | 125 | 17 | 70 | 112 | 61 |
| Binary | 11011000 | 11001011 | 100000 | 0 | 110 | 1010101 | 1111 | 111000 | 1001010 | 110001 |
Color Harmonies of #D8CB20
Complementary color
Monochromatic Colors of #D8CB20
Black with #D8CB20
Text Example
Text Example
White with #D8CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB20; }
p { color: rgb(216,203,32); }
H1.HeaderClassName
{
color: #D8CB20;
}
.AnyTagClassName
{
color: #D8CB20;
}
</style>
background-color css
<style>
a { background-color: #D8CB20; }
a { background-color: rgb(216,203,32); }
div.DivClassName
{
background-color: #D8CB20;
}
.BgClassName
{
background-color: #D8CB20;
}
</style>
border-color css
<style>
span { border-color: #D8CB20; }
span { border-color: rgb(216,203,32); }
td.TdClassName
{
border-color: #D8CB20;
}
.TagClassName
{
border-color: #D8CB20;
}
</style>