Shades of Barberry #D7C520
Tints of Barberry #D7C520
RGB
CMYK
RGB Variations
Color information
#D7C520 (or 0xD7C520) is known color: Barberry. HEX triplet: D7, C5 and 20. RGB value is (215,197,32). Sum of RGB (Red+Green+Blue) = 215+197+32=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C520 is #283ADF. Grayscale: #B8B8B8. Windows color (decimal): -2636512 or 2147799. OLE color: 2147799.
HSL color Cylindrical-coordinate representation of color #D7C520: hue angle of 54.1º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7C520 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 32 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.16 |
| HSL | 54.1º | 0.74% | 0.48% | - |
| HSV(B) | 54.1º | 0.85% | 0.84% | - |
| XYZ | 48.25 | 54.48 | 9.34 | - |
| YUV | 183.57 | 42.46 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 32 | 0 | 0.08 | 0.85 | 0.16 | 54.1 | 0.74 | 0.48 |
| Hex | D7 | C5 | 20 | 0 | 8 | 55 | 10 | 36 | 4A | 30 |
| Octal | 327 | 305 | 40 | 0 | 10 | 125 | 20 | 66 | 112 | 60 |
| Binary | 11010111 | 11000101 | 100000 | 0 | 1000 | 1010101 | 10000 | 110110 | 1001010 | 110000 |
Color Harmonies of #D7C520
Complementary color
Monochromatic Colors of #D7C520
Black with #D7C520
Text Example
Text Example
White with #D7C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C520; }
p { color: rgb(215,197,32); }
H1.HeaderClassName
{
color: #D7C520;
}
.AnyTagClassName
{
color: #D7C520;
}
</style>
background-color css
<style>
a { background-color: #D7C520; }
a { background-color: rgb(215,197,32); }
div.DivClassName
{
background-color: #D7C520;
}
.BgClassName
{
background-color: #D7C520;
}
</style>
border-color css
<style>
span { border-color: #D7C520; }
span { border-color: rgb(215,197,32); }
td.TdClassName
{
border-color: #D7C520;
}
.TagClassName
{
border-color: #D7C520;
}
</style>