Shades of Barberry #D4D225
Tints of Barberry #D4D225
RGB
CMYK
RGB Variations
Color information
#D4D225 (or 0xD4D225) is known color: Barberry. HEX triplet: D4, D2 and 25. RGB value is (212,210,37). Sum of RGB (Red+Green+Blue) = 212+210+37=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D225 is #2B2DDA. Grayscale: #BFBFBF. Windows color (decimal): -2829787 or 2478804. OLE color: 2478804.
HSL color Cylindrical-coordinate representation of color #D4D225: hue angle of 59.31º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4D225 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 37 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.17 |
| HSL | 59.31º | 0.7% | 0.49% | - |
| HSV(B) | 59.31º | 0.83% | 0.83% | - |
| XYZ | 50.53 | 60.22 | 10.71 | - |
| YUV | 190.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 37 | 0 | 0.01 | 0.83 | 0.17 | 59.31 | 0.7 | 0.49 |
| Hex | D4 | D2 | 25 | 0 | 1 | 53 | 11 | 3B | 46 | 31 |
| Octal | 324 | 322 | 45 | 0 | 1 | 123 | 21 | 73 | 106 | 61 |
| Binary | 11010100 | 11010010 | 100101 | 0 | 1 | 1010011 | 10001 | 111011 | 1000110 | 110001 |
Color Harmonies of #D4D225
Complementary color
Monochromatic Colors of #D4D225
Black with #D4D225
Text Example
Text Example
White with #D4D225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D225; }
p { color: rgb(212,210,37); }
H1.HeaderClassName
{
color: #D4D225;
}
.AnyTagClassName
{
color: #D4D225;
}
</style>
background-color css
<style>
a { background-color: #D4D225; }
a { background-color: rgb(212,210,37); }
div.DivClassName
{
background-color: #D4D225;
}
.BgClassName
{
background-color: #D4D225;
}
</style>
border-color css
<style>
span { border-color: #D4D225; }
span { border-color: rgb(212,210,37); }
td.TdClassName
{
border-color: #D4D225;
}
.TagClassName
{
border-color: #D4D225;
}
</style>