Shades of Barberry #D9D224
Tints of Barberry #D9D224
RGB
CMYK
RGB Variations
Color information
#D9D224 (or 0xD9D224) is known color: Barberry. HEX triplet: D9, D2 and 24. RGB value is (217,210,36). Sum of RGB (Red+Green+Blue) = 217+210+36=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 36 (14.45% from 255 or 7.78% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D224 is #262DDB. Grayscale: #C0C0C0. Windows color (decimal): -2502108 or 2413273. OLE color: 2413273.
HSL color Cylindrical-coordinate representation of color #D9D224: hue angle of 57.68º degrees, saturation: 0.72, 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 #D9D224 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 36 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.15 |
| HSL | 57.68º | 0.72% | 0.5% | - |
| HSV(B) | 57.68º | 0.83% | 0.85% | - |
| XYZ | 51.98 | 60.97 | 10.7 | - |
| YUV | 192.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 36 | 0 | 0.03 | 0.83 | 0.15 | 57.68 | 0.72 | 0.5 |
| Hex | D9 | D2 | 24 | 0 | 3 | 53 | F | 3A | 48 | 32 |
| Octal | 331 | 322 | 44 | 0 | 3 | 123 | 17 | 72 | 110 | 62 |
| Binary | 11011001 | 11010010 | 100100 | 0 | 11 | 1010011 | 1111 | 111010 | 1001000 | 110010 |
Color Harmonies of #D9D224
Complementary color
Monochromatic Colors of #D9D224
Black with #D9D224
Text Example
Text Example
White with #D9D224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D224; }
p { color: rgb(217,210,36); }
H1.HeaderClassName
{
color: #D9D224;
}
.AnyTagClassName
{
color: #D9D224;
}
</style>
background-color css
<style>
a { background-color: #D9D224; }
a { background-color: rgb(217,210,36); }
div.DivClassName
{
background-color: #D9D224;
}
.BgClassName
{
background-color: #D9D224;
}
</style>
border-color css
<style>
span { border-color: #D9D224; }
span { border-color: rgb(217,210,36); }
td.TdClassName
{
border-color: #D9D224;
}
.TagClassName
{
border-color: #D9D224;
}
</style>