Shades of Barberry #D7CE20
Tints of Barberry #D7CE20
RGB
CMYK
RGB Variations
Color information
#D7CE20 (or 0xD7CE20) is known color: Barberry. HEX triplet: D7, CE and 20. RGB value is (215,206,32). Sum of RGB (Red+Green+Blue) = 215+206+32=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE20 is #2831DF. Grayscale: #BDBDBD. Windows color (decimal): -2634208 or 2150103. OLE color: 2150103.
HSL color Cylindrical-coordinate representation of color #D7CE20: hue angle of 57.05º 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 #D7CE20 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 32 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.16 |
| HSL | 57.05º | 0.74% | 0.48% | - |
| HSV(B) | 57.05º | 0.85% | 0.84% | - |
| XYZ | 50.36 | 58.69 | 10.04 | - |
| YUV | 188.86 | 39.48 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 32 | 0 | 0.04 | 0.85 | 0.16 | 57.05 | 0.74 | 0.48 |
| Hex | D7 | CE | 20 | 0 | 4 | 55 | 10 | 39 | 4A | 30 |
| Octal | 327 | 316 | 40 | 0 | 4 | 125 | 20 | 71 | 112 | 60 |
| Binary | 11010111 | 11001110 | 100000 | 0 | 100 | 1010101 | 10000 | 111001 | 1001010 | 110000 |
Color Harmonies of #D7CE20
Complementary color
Monochromatic Colors of #D7CE20
Black with #D7CE20
Text Example
Text Example
White with #D7CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE20; }
p { color: rgb(215,206,32); }
H1.HeaderClassName
{
color: #D7CE20;
}
.AnyTagClassName
{
color: #D7CE20;
}
</style>
background-color css
<style>
a { background-color: #D7CE20; }
a { background-color: rgb(215,206,32); }
div.DivClassName
{
background-color: #D7CE20;
}
.BgClassName
{
background-color: #D7CE20;
}
</style>
border-color css
<style>
span { border-color: #D7CE20; }
span { border-color: rgb(215,206,32); }
td.TdClassName
{
border-color: #D7CE20;
}
.TagClassName
{
border-color: #D7CE20;
}
</style>