Shades of Barberry #D7D31D
Tints of Barberry #D7D31D
RGB
CMYK
RGB Variations
Color information
#D7D31D (or 0xD7D31D) is known color: Barberry. HEX triplet: D7, D3 and 1D. RGB value is (215,211,29). Sum of RGB (Red+Green+Blue) = 215+211+29=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 29 (11.72% from 255 or 6.37% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D31D is #282CE2. Grayscale: #C0C0C0. Windows color (decimal): -2632931 or 1954775. OLE color: 1954775.
HSL color Cylindrical-coordinate representation of color #D7D31D: hue angle of 58.71º 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 #D7D31D is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 29 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.16 |
| HSL | 58.71º | 0.76% | 0.48% | - |
| HSV(B) | 58.71º | 0.87% | 0.84% | - |
| XYZ | 51.54 | 61.12 | 10.24 | - |
| YUV | 191.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 29 | 0 | 0.02 | 0.87 | 0.16 | 58.71 | 0.76 | 0.48 |
| Hex | D7 | D3 | 1D | 0 | 2 | 57 | 10 | 3B | 4C | 30 |
| Octal | 327 | 323 | 35 | 0 | 2 | 127 | 20 | 73 | 114 | 60 |
| Binary | 11010111 | 11010011 | 11101 | 0 | 10 | 1010111 | 10000 | 111011 | 1001100 | 110000 |
Color Harmonies of #D7D31D
Complementary color
Monochromatic Colors of #D7D31D
Black with #D7D31D
Text Example
Text Example
White with #D7D31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D31D; }
p { color: rgb(215,211,29); }
H1.HeaderClassName
{
color: #D7D31D;
}
.AnyTagClassName
{
color: #D7D31D;
}
</style>
background-color css
<style>
a { background-color: #D7D31D; }
a { background-color: rgb(215,211,29); }
div.DivClassName
{
background-color: #D7D31D;
}
.BgClassName
{
background-color: #D7D31D;
}
</style>
border-color css
<style>
span { border-color: #D7D31D; }
span { border-color: rgb(215,211,29); }
td.TdClassName
{
border-color: #D7D31D;
}
.TagClassName
{
border-color: #D7D31D;
}
</style>