Shades of Barberry #D7D325
Tints of Barberry #D7D325
RGB
CMYK
RGB Variations
Color information
#D7D325 (or 0xD7D325) is known color: Barberry. HEX triplet: D7, D3 and 25. RGB value is (215,211,37). Sum of RGB (Red+Green+Blue) = 215+211+37=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D325 is #282CDA. Grayscale: #C1C1C1. Windows color (decimal): -2632923 or 2479063. OLE color: 2479063.
HSL color Cylindrical-coordinate representation of color #D7D325: hue angle of 58.65º 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 #D7D325 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 37 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.16 |
| HSL | 58.65º | 0.71% | 0.49% | - |
| HSV(B) | 58.65º | 0.83% | 0.84% | - |
| XYZ | 51.65 | 61.17 | 10.83 | - |
| YUV | 192.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 37 | 0 | 0.02 | 0.83 | 0.16 | 58.65 | 0.71 | 0.49 |
| Hex | D7 | D3 | 25 | 0 | 2 | 53 | 10 | 3B | 47 | 31 |
| Octal | 327 | 323 | 45 | 0 | 2 | 123 | 20 | 73 | 107 | 61 |
| Binary | 11010111 | 11010011 | 100101 | 0 | 10 | 1010011 | 10000 | 111011 | 1000111 | 110001 |
Color Harmonies of #D7D325
Complementary color
Monochromatic Colors of #D7D325
Black with #D7D325
Text Example
Text Example
White with #D7D325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D325; }
p { color: rgb(215,211,37); }
H1.HeaderClassName
{
color: #D7D325;
}
.AnyTagClassName
{
color: #D7D325;
}
</style>
background-color css
<style>
a { background-color: #D7D325; }
a { background-color: rgb(215,211,37); }
div.DivClassName
{
background-color: #D7D325;
}
.BgClassName
{
background-color: #D7D325;
}
</style>
border-color css
<style>
span { border-color: #D7D325; }
span { border-color: rgb(215,211,37); }
td.TdClassName
{
border-color: #D7D325;
}
.TagClassName
{
border-color: #D7D325;
}
</style>