Shades of Barberry #D2D122
Tints of Barberry #D2D122
RGB
CMYK
RGB Variations
Color information
#D2D122 (or 0xD2D122) is known color: Barberry. HEX triplet: D2, D1 and 22. RGB value is (210,209,34). Sum of RGB (Red+Green+Blue) = 210+209+34=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D122 is #2D2EDD. Grayscale: #BEBEBE. Windows color (decimal): -2961118 or 2281938. OLE color: 2281938.
HSL color Cylindrical-coordinate representation of color #D2D122: hue angle of 59.66º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2D122 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 34 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.18 |
| HSL | 59.66º | 0.72% | 0.48% | - |
| HSV(B) | 59.66º | 0.84% | 0.82% | - |
| XYZ | 49.67 | 59.42 | 10.36 | - |
| YUV | 189.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 34 | 0 | 0.00 | 0.84 | 0.18 | 59.66 | 0.72 | 0.48 |
| Hex | D2 | D1 | 22 | 0 | 0 | 54 | 12 | 3C | 48 | 30 |
| Octal | 322 | 321 | 42 | 0 | 0 | 124 | 22 | 74 | 110 | 60 |
| Binary | 11010010 | 11010001 | 100010 | 0 | 0 | 1010100 | 10010 | 111100 | 1001000 | 110000 |
Color Harmonies of #D2D122
Complementary color
Monochromatic Colors of #D2D122
Black with #D2D122
Text Example
Text Example
White with #D2D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D122; }
p { color: rgb(210,209,34); }
H1.HeaderClassName
{
color: #D2D122;
}
.AnyTagClassName
{
color: #D2D122;
}
</style>
background-color css
<style>
a { background-color: #D2D122; }
a { background-color: rgb(210,209,34); }
div.DivClassName
{
background-color: #D2D122;
}
.BgClassName
{
background-color: #D2D122;
}
</style>
border-color css
<style>
span { border-color: #D2D122; }
span { border-color: rgb(210,209,34); }
td.TdClassName
{
border-color: #D2D122;
}
.TagClassName
{
border-color: #D2D122;
}
</style>