Shades of Barberry #D7CE1D
Tints of Barberry #D7CE1D
RGB
CMYK
RGB Variations
Color information
#D7CE1D (or 0xD7CE1D) is known color: Barberry. HEX triplet: D7, CE and 1D. RGB value is (215,206,29). Sum of RGB (Red+Green+Blue) = 215+206+29=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE1D is #2831E2. Grayscale: #BDBDBD. Windows color (decimal): -2634211 or 1953495. OLE color: 1953495.
HSL color Cylindrical-coordinate representation of color #D7CE1D: hue angle of 57.1º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7CE1D is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 29 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.16 |
| HSL | 57.1º | 0.76% | 0.48% | - |
| HSV(B) | 57.1º | 0.87% | 0.84% | - |
| XYZ | 50.32 | 58.68 | 9.84 | - |
| YUV | 188.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 29 | 0 | 0.04 | 0.87 | 0.16 | 57.1 | 0.76 | 0.48 |
| Hex | D7 | CE | 1D | 0 | 4 | 57 | 10 | 39 | 4C | 30 |
| Octal | 327 | 316 | 35 | 0 | 4 | 127 | 20 | 71 | 114 | 60 |
| Binary | 11010111 | 11001110 | 11101 | 0 | 100 | 1010111 | 10000 | 111001 | 1001100 | 110000 |
Color Harmonies of #D7CE1D
Complementary color
Monochromatic Colors of #D7CE1D
Black with #D7CE1D
Text Example
Text Example
White with #D7CE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE1D; }
p { color: rgb(215,206,29); }
H1.HeaderClassName
{
color: #D7CE1D;
}
.AnyTagClassName
{
color: #D7CE1D;
}
</style>
background-color css
<style>
a { background-color: #D7CE1D; }
a { background-color: rgb(215,206,29); }
div.DivClassName
{
background-color: #D7CE1D;
}
.BgClassName
{
background-color: #D7CE1D;
}
</style>
border-color css
<style>
span { border-color: #D7CE1D; }
span { border-color: rgb(215,206,29); }
td.TdClassName
{
border-color: #D7CE1D;
}
.TagClassName
{
border-color: #D7CE1D;
}
</style>