Shades of Barberry #D9D425
Tints of Barberry #D9D425
RGB
CMYK
RGB Variations
Color information
#D9D425 (or 0xD9D425) is known color: Barberry. HEX triplet: D9, D4 and 25. RGB value is (217,212,37). Sum of RGB (Red+Green+Blue) = 217+212+37=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D425 is #262BDA. Grayscale: #C2C2C2. Windows color (decimal): -2501595 or 2479321. OLE color: 2479321.
HSL color Cylindrical-coordinate representation of color #D9D425: hue angle of 58.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9D425 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 37 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.15 |
| HSL | 58.33º | 0.71% | 0.5% | - |
| HSV(B) | 58.33º | 0.83% | 0.85% | - |
| XYZ | 52.49 | 61.97 | 10.95 | - |
| YUV | 193.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 37 | 0 | 0.02 | 0.83 | 0.15 | 58.33 | 0.71 | 0.5 |
| Hex | D9 | D4 | 25 | 0 | 2 | 53 | F | 3A | 47 | 32 |
| Octal | 331 | 324 | 45 | 0 | 2 | 123 | 17 | 72 | 107 | 62 |
| Binary | 11011001 | 11010100 | 100101 | 0 | 10 | 1010011 | 1111 | 111010 | 1000111 | 110010 |
Color Harmonies of #D9D425
Complementary color
Monochromatic Colors of #D9D425
Black with #D9D425
Text Example
Text Example
White with #D9D425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D425; }
p { color: rgb(217,212,37); }
H1.HeaderClassName
{
color: #D9D425;
}
.AnyTagClassName
{
color: #D9D425;
}
</style>
background-color css
<style>
a { background-color: #D9D425; }
a { background-color: rgb(217,212,37); }
div.DivClassName
{
background-color: #D9D425;
}
.BgClassName
{
background-color: #D9D425;
}
</style>
border-color css
<style>
span { border-color: #D9D425; }
span { border-color: rgb(217,212,37); }
td.TdClassName
{
border-color: #D9D425;
}
.TagClassName
{
border-color: #D9D425;
}
</style>