Shades of Barberry #D8D120
Tints of Barberry #D8D120
RGB
CMYK
RGB Variations
Color information
#D8D120 (or 0xD8D120) is known color: Barberry. HEX triplet: D8, D1 and 20. RGB value is (216,209,32). Sum of RGB (Red+Green+Blue) = 216+209+32=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D120 is #272EDF. Grayscale: #BFBFBF. Windows color (decimal): -2567904 or 2150872. OLE color: 2150872.
HSL color Cylindrical-coordinate representation of color #D8D120: hue angle of 57.72º 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 #D8D120 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 32 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.15 |
| HSL | 57.72º | 0.74% | 0.49% | - |
| HSV(B) | 57.72º | 0.85% | 0.85% | - |
| XYZ | 51.38 | 60.3 | 10.3 | - |
| YUV | 190.92 | 38.32 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 32 | 0 | 0.03 | 0.85 | 0.15 | 57.72 | 0.74 | 0.49 |
| Hex | D8 | D1 | 20 | 0 | 3 | 55 | F | 3A | 4A | 31 |
| Octal | 330 | 321 | 40 | 0 | 3 | 125 | 17 | 72 | 112 | 61 |
| Binary | 11011000 | 11010001 | 100000 | 0 | 11 | 1010101 | 1111 | 111010 | 1001010 | 110001 |
Color Harmonies of #D8D120
Complementary color
Monochromatic Colors of #D8D120
Black with #D8D120
Text Example
Text Example
White with #D8D120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D120; }
p { color: rgb(216,209,32); }
H1.HeaderClassName
{
color: #D8D120;
}
.AnyTagClassName
{
color: #D8D120;
}
</style>
background-color css
<style>
a { background-color: #D8D120; }
a { background-color: rgb(216,209,32); }
div.DivClassName
{
background-color: #D8D120;
}
.BgClassName
{
background-color: #D8D120;
}
</style>
border-color css
<style>
span { border-color: #D8D120; }
span { border-color: rgb(216,209,32); }
td.TdClassName
{
border-color: #D8D120;
}
.TagClassName
{
border-color: #D8D120;
}
</style>