Shades of Barberry #D7C720
Tints of Barberry #D7C720
RGB
CMYK
RGB Variations
Color information
#D7C720 (or 0xD7C720) is known color: Barberry. HEX triplet: D7, C7 and 20. RGB value is (215,199,32). Sum of RGB (Red+Green+Blue) = 215+199+32=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C720 is #2838DF. Grayscale: #B9B9B9. Windows color (decimal): -2636000 or 2148311. OLE color: 2148311.
HSL color Cylindrical-coordinate representation of color #D7C720: hue angle of 54.75º 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 #D7C720 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 32 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.16 |
| HSL | 54.75º | 0.74% | 0.48% | - |
| HSV(B) | 54.75º | 0.85% | 0.84% | - |
| XYZ | 48.71 | 55.4 | 9.49 | - |
| YUV | 184.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 32 | 0 | 0.07 | 0.85 | 0.16 | 54.75 | 0.74 | 0.48 |
| Hex | D7 | C7 | 20 | 0 | 7 | 55 | 10 | 37 | 4A | 30 |
| Octal | 327 | 307 | 40 | 0 | 7 | 125 | 20 | 67 | 112 | 60 |
| Binary | 11010111 | 11000111 | 100000 | 0 | 111 | 1010101 | 10000 | 110111 | 1001010 | 110000 |
Color Harmonies of #D7C720
Complementary color
Monochromatic Colors of #D7C720
Black with #D7C720
Text Example
Text Example
White with #D7C720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C720; }
p { color: rgb(215,199,32); }
H1.HeaderClassName
{
color: #D7C720;
}
.AnyTagClassName
{
color: #D7C720;
}
</style>
background-color css
<style>
a { background-color: #D7C720; }
a { background-color: rgb(215,199,32); }
div.DivClassName
{
background-color: #D7C720;
}
.BgClassName
{
background-color: #D7C720;
}
</style>
border-color css
<style>
span { border-color: #D7C720; }
span { border-color: rgb(215,199,32); }
td.TdClassName
{
border-color: #D7C720;
}
.TagClassName
{
border-color: #D7C720;
}
</style>