Shades of Barberry #D7CE2B
Tints of Barberry #D7CE2B
RGB
CMYK
RGB Variations
Color information
#D7CE2B (or 0xD7CE2B) is known color: Barberry. HEX triplet: D7, CE and 2B. RGB value is (215,206,43). Sum of RGB (Red+Green+Blue) = 215+206+43=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE2B is #2831D4. Grayscale: #BEBEBE. Windows color (decimal): -2634197 or 2870999. OLE color: 2870999.
HSL color Cylindrical-coordinate representation of color #D7CE2B: hue angle of 56.86º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7CE2B is Cyan = 0, Magento = 0.04, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 43 | - |
| CMYK | 0 | 0.04 | 0.8 | 0.16 |
| HSL | 56.86º | 0.68% | 0.51% | - |
| HSV(B) | 56.86º | 0.8% | 0.84% | - |
| XYZ | 50.53 | 58.76 | 10.96 | - |
| YUV | 190.11 | 44.98 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 43 | 0 | 0.04 | 0.8 | 0.16 | 56.86 | 0.68 | 0.51 |
| Hex | D7 | CE | 2B | 0 | 4 | 50 | 10 | 39 | 44 | 33 |
| Octal | 327 | 316 | 53 | 0 | 4 | 120 | 20 | 71 | 104 | 63 |
| Binary | 11010111 | 11001110 | 101011 | 0 | 100 | 1010000 | 10000 | 111001 | 1000100 | 110011 |
Color Harmonies of #D7CE2B
Complementary color
Monochromatic Colors of #D7CE2B
Black with #D7CE2B
Text Example
Text Example
White with #D7CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE2B; }
p { color: rgb(215,206,43); }
H1.HeaderClassName
{
color: #D7CE2B;
}
.AnyTagClassName
{
color: #D7CE2B;
}
</style>
background-color css
<style>
a { background-color: #D7CE2B; }
a { background-color: rgb(215,206,43); }
div.DivClassName
{
background-color: #D7CE2B;
}
.BgClassName
{
background-color: #D7CE2B;
}
</style>
border-color css
<style>
span { border-color: #D7CE2B; }
span { border-color: rgb(215,206,43); }
td.TdClassName
{
border-color: #D7CE2B;
}
.TagClassName
{
border-color: #D7CE2B;
}
</style>