Shades of Barberry #D8CD20
Tints of Barberry #D8CD20
RGB
CMYK
RGB Variations
Color information
#D8CD20 (or 0xD8CD20) is known color: Barberry. HEX triplet: D8, CD and 20. RGB value is (216,205,32). Sum of RGB (Red+Green+Blue) = 216+205+32=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD20 is #2732DF. Grayscale: #BDBDBD. Windows color (decimal): -2568928 or 2149848. OLE color: 2149848.
HSL color Cylindrical-coordinate representation of color #D8CD20: hue angle of 56.41º 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 #D8CD20 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 32 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.15 |
| HSL | 56.41º | 0.74% | 0.49% | - |
| HSV(B) | 56.41º | 0.85% | 0.85% | - |
| XYZ | 50.41 | 58.37 | 9.98 | - |
| YUV | 188.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 32 | 0 | 0.05 | 0.85 | 0.15 | 56.41 | 0.74 | 0.49 |
| Hex | D8 | CD | 20 | 0 | 5 | 55 | F | 38 | 4A | 31 |
| Octal | 330 | 315 | 40 | 0 | 5 | 125 | 17 | 70 | 112 | 61 |
| Binary | 11011000 | 11001101 | 100000 | 0 | 101 | 1010101 | 1111 | 111000 | 1001010 | 110001 |
Color Harmonies of #D8CD20
Complementary color
Monochromatic Colors of #D8CD20
Black with #D8CD20
Text Example
Text Example
White with #D8CD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD20; }
p { color: rgb(216,205,32); }
H1.HeaderClassName
{
color: #D8CD20;
}
.AnyTagClassName
{
color: #D8CD20;
}
</style>
background-color css
<style>
a { background-color: #D8CD20; }
a { background-color: rgb(216,205,32); }
div.DivClassName
{
background-color: #D8CD20;
}
.BgClassName
{
background-color: #D8CD20;
}
</style>
border-color css
<style>
span { border-color: #D8CD20; }
span { border-color: rgb(216,205,32); }
td.TdClassName
{
border-color: #D8CD20;
}
.TagClassName
{
border-color: #D8CD20;
}
</style>