Shades of Barberry #D7C425
Tints of Barberry #D7C425
RGB
CMYK
RGB Variations
Color information
#D7C425 (or 0xD7C425) is known color: Barberry. HEX triplet: D7, C4 and 25. RGB value is (215,196,37). Sum of RGB (Red+Green+Blue) = 215+196+37=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C425 is #283BDA. Grayscale: #B8B8B8. Windows color (decimal): -2636763 or 2475223. OLE color: 2475223.
HSL color Cylindrical-coordinate representation of color #D7C425: hue angle of 53.6º 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 #D7C425 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 37 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.16 |
| HSL | 53.6º | 0.71% | 0.49% | - |
| HSV(B) | 53.6º | 0.83% | 0.84% | - |
| XYZ | 48.1 | 54.06 | 9.65 | - |
| YUV | 183.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 37 | 0 | 0.09 | 0.83 | 0.16 | 53.6 | 0.71 | 0.49 |
| Hex | D7 | C4 | 25 | 0 | 9 | 53 | 10 | 36 | 47 | 31 |
| Octal | 327 | 304 | 45 | 0 | 11 | 123 | 20 | 66 | 107 | 61 |
| Binary | 11010111 | 11000100 | 100101 | 0 | 1001 | 1010011 | 10000 | 110110 | 1000111 | 110001 |
Color Harmonies of #D7C425
Complementary color
Monochromatic Colors of #D7C425
Black with #D7C425
Text Example
Text Example
White with #D7C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C425; }
p { color: rgb(215,196,37); }
H1.HeaderClassName
{
color: #D7C425;
}
.AnyTagClassName
{
color: #D7C425;
}
</style>
background-color css
<style>
a { background-color: #D7C425; }
a { background-color: rgb(215,196,37); }
div.DivClassName
{
background-color: #D7C425;
}
.BgClassName
{
background-color: #D7C425;
}
</style>
border-color css
<style>
span { border-color: #D7C425; }
span { border-color: rgb(215,196,37); }
td.TdClassName
{
border-color: #D7C425;
}
.TagClassName
{
border-color: #D7C425;
}
</style>