Shades of Barberry #D7D324
Tints of Barberry #D7D324
RGB
CMYK
RGB Variations
Color information
#D7D324 (or 0xD7D324) is known color: Barberry. HEX triplet: D7, D3 and 24. RGB value is (215,211,36). Sum of RGB (Red+Green+Blue) = 215+211+36=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 36 (14.45% from 255 or 7.79% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D324 is #282CDB. Grayscale: #C0C0C0. Windows color (decimal): -2632924 or 2413527. OLE color: 2413527.
HSL color Cylindrical-coordinate representation of color #D7D324: hue angle of 58.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7D324 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 36 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.16 |
| HSL | 58.66º | 0.71% | 0.49% | - |
| HSV(B) | 58.66º | 0.83% | 0.84% | - |
| XYZ | 51.64 | 61.16 | 10.75 | - |
| YUV | 192.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 36 | 0 | 0.02 | 0.83 | 0.16 | 58.66 | 0.71 | 0.49 |
| Hex | D7 | D3 | 24 | 0 | 2 | 53 | 10 | 3B | 47 | 31 |
| Octal | 327 | 323 | 44 | 0 | 2 | 123 | 20 | 73 | 107 | 61 |
| Binary | 11010111 | 11010011 | 100100 | 0 | 10 | 1010011 | 10000 | 111011 | 1000111 | 110001 |
Color Harmonies of #D7D324
Complementary color
Monochromatic Colors of #D7D324
Black with #D7D324
Text Example
Text Example
White with #D7D324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D324; }
p { color: rgb(215,211,36); }
H1.HeaderClassName
{
color: #D7D324;
}
.AnyTagClassName
{
color: #D7D324;
}
</style>
background-color css
<style>
a { background-color: #D7D324; }
a { background-color: rgb(215,211,36); }
div.DivClassName
{
background-color: #D7D324;
}
.BgClassName
{
background-color: #D7D324;
}
</style>
border-color css
<style>
span { border-color: #D7D324; }
span { border-color: rgb(215,211,36); }
td.TdClassName
{
border-color: #D7D324;
}
.TagClassName
{
border-color: #D7D324;
}
</style>