Shades of Barberry #D7C625
Tints of Barberry #D7C625
RGB
CMYK
RGB Variations
Color information
#D7C625 (or 0xD7C625) is known color: Barberry. HEX triplet: D7, C6 and 25. RGB value is (215,198,37). Sum of RGB (Red+Green+Blue) = 215+198+37=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C625 is #2839DA. Grayscale: #B9B9B9. Windows color (decimal): -2636251 or 2475735. OLE color: 2475735.
HSL color Cylindrical-coordinate representation of color #D7C625: hue angle of 54.27º 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 #D7C625 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 37 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.16 |
| HSL | 54.27º | 0.71% | 0.49% | - |
| HSV(B) | 54.27º | 0.83% | 0.84% | - |
| XYZ | 48.55 | 54.97 | 9.8 | - |
| YUV | 184.73 | 44.63 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 37 | 0 | 0.08 | 0.83 | 0.16 | 54.27 | 0.71 | 0.49 |
| Hex | D7 | C6 | 25 | 0 | 8 | 53 | 10 | 36 | 47 | 31 |
| Octal | 327 | 306 | 45 | 0 | 10 | 123 | 20 | 66 | 107 | 61 |
| Binary | 11010111 | 11000110 | 100101 | 0 | 1000 | 1010011 | 10000 | 110110 | 1000111 | 110001 |
Color Harmonies of #D7C625
Complementary color
Monochromatic Colors of #D7C625
Black with #D7C625
Text Example
Text Example
White with #D7C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C625; }
p { color: rgb(215,198,37); }
H1.HeaderClassName
{
color: #D7C625;
}
.AnyTagClassName
{
color: #D7C625;
}
</style>
background-color css
<style>
a { background-color: #D7C625; }
a { background-color: rgb(215,198,37); }
div.DivClassName
{
background-color: #D7C625;
}
.BgClassName
{
background-color: #D7C625;
}
</style>
border-color css
<style>
span { border-color: #D7C625; }
span { border-color: rgb(215,198,37); }
td.TdClassName
{
border-color: #D7C625;
}
.TagClassName
{
border-color: #D7C625;
}
</style>