Shades of Barberry #D8C420
Tints of Barberry #D8C420
RGB
CMYK
RGB Variations
Color information
#D8C420 (or 0xD8C420) is known color: Barberry. HEX triplet: D8, C4 and 20. RGB value is (216,196,32). Sum of RGB (Red+Green+Blue) = 216+196+32=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C420 is #273BDF. Grayscale: #B7B7B7. Windows color (decimal): -2571232 or 2147544. OLE color: 2147544.
HSL color Cylindrical-coordinate representation of color #D8C420: hue angle of 53.48º 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 #D8C420 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 32 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.15 |
| HSL | 53.48º | 0.74% | 0.49% | - |
| HSV(B) | 53.48º | 0.85% | 0.85% | - |
| XYZ | 48.32 | 54.18 | 9.28 | - |
| YUV | 183.28 | 42.63 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 32 | 0 | 0.09 | 0.85 | 0.15 | 53.48 | 0.74 | 0.49 |
| Hex | D8 | C4 | 20 | 0 | 9 | 55 | F | 35 | 4A | 31 |
| Octal | 330 | 304 | 40 | 0 | 11 | 125 | 17 | 65 | 112 | 61 |
| Binary | 11011000 | 11000100 | 100000 | 0 | 1001 | 1010101 | 1111 | 110101 | 1001010 | 110001 |
Color Harmonies of #D8C420
Complementary color
Monochromatic Colors of #D8C420
Black with #D8C420
Text Example
Text Example
White with #D8C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C420; }
p { color: rgb(216,196,32); }
H1.HeaderClassName
{
color: #D8C420;
}
.AnyTagClassName
{
color: #D8C420;
}
</style>
background-color css
<style>
a { background-color: #D8C420; }
a { background-color: rgb(216,196,32); }
div.DivClassName
{
background-color: #D8C420;
}
.BgClassName
{
background-color: #D8C420;
}
</style>
border-color css
<style>
span { border-color: #D8C420; }
span { border-color: rgb(216,196,32); }
td.TdClassName
{
border-color: #D8C420;
}
.TagClassName
{
border-color: #D8C420;
}
</style>