Shades of Barberry #D9D21D
Tints of Barberry #D9D21D
RGB
CMYK
RGB Variations
Color information
#D9D21D (or 0xD9D21D) is known color: Barberry. HEX triplet: D9, D2 and 1D. RGB value is (217,210,29). Sum of RGB (Red+Green+Blue) = 217+210+29=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D21D is #262DE2. Grayscale: #C0C0C0. Windows color (decimal): -2502115 or 1954521. OLE color: 1954521.
HSL color Cylindrical-coordinate representation of color #D9D21D: hue angle of 57.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9D21D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 29 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.15 |
| HSL | 57.77º | 0.76% | 0.48% | - |
| HSV(B) | 57.77º | 0.87% | 0.85% | - |
| XYZ | 51.88 | 60.93 | 10.19 | - |
| YUV | 191.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 29 | 0 | 0.03 | 0.87 | 0.15 | 57.77 | 0.76 | 0.48 |
| Hex | D9 | D2 | 1D | 0 | 3 | 57 | F | 3A | 4C | 30 |
| Octal | 331 | 322 | 35 | 0 | 3 | 127 | 17 | 72 | 114 | 60 |
| Binary | 11011001 | 11010010 | 11101 | 0 | 11 | 1010111 | 1111 | 111010 | 1001100 | 110000 |
Color Harmonies of #D9D21D
Complementary color
Monochromatic Colors of #D9D21D
Black with #D9D21D
Text Example
Text Example
White with #D9D21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D21D; }
p { color: rgb(217,210,29); }
H1.HeaderClassName
{
color: #D9D21D;
}
.AnyTagClassName
{
color: #D9D21D;
}
</style>
background-color css
<style>
a { background-color: #D9D21D; }
a { background-color: rgb(217,210,29); }
div.DivClassName
{
background-color: #D9D21D;
}
.BgClassName
{
background-color: #D9D21D;
}
</style>
border-color css
<style>
span { border-color: #D9D21D; }
span { border-color: rgb(217,210,29); }
td.TdClassName
{
border-color: #D9D21D;
}
.TagClassName
{
border-color: #D9D21D;
}
</style>