Shades of Barberry #D1C22C
Tints of Barberry #D1C22C
RGB
CMYK
RGB Variations
Color information
#D1C22C (or 0xD1C22C) is known color: Barberry. HEX triplet: D1, C2 and 2C. RGB value is (209,194,44). Sum of RGB (Red+Green+Blue) = 209+194+44=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C22C is #2E3DD3. Grayscale: #B6B6B6. Windows color (decimal): -3030484 or 2933457. OLE color: 2933457.
HSL color Cylindrical-coordinate representation of color #D1C22C: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1C22C is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 44 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.18 |
| HSL | 54.55º | 0.65% | 0.5% | - |
| HSV(B) | 54.55º | 0.79% | 0.82% | - |
| XYZ | 46.04 | 52.32 | 10.06 | - |
| YUV | 181.39 | 50.47 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 44 | 0 | 0.07 | 0.79 | 0.18 | 54.55 | 0.65 | 0.5 |
| Hex | D1 | C2 | 2C | 0 | 7 | 4F | 12 | 37 | 41 | 32 |
| Octal | 321 | 302 | 54 | 0 | 7 | 117 | 22 | 67 | 101 | 62 |
| Binary | 11010001 | 11000010 | 101100 | 0 | 111 | 1001111 | 10010 | 110111 | 1000001 | 110010 |
Color Harmonies of #D1C22C
Complementary color
Monochromatic Colors of #D1C22C
Black with #D1C22C
Text Example
Text Example
White with #D1C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C22C; }
p { color: rgb(209,194,44); }
H1.HeaderClassName
{
color: #D1C22C;
}
.AnyTagClassName
{
color: #D1C22C;
}
</style>
background-color css
<style>
a { background-color: #D1C22C; }
a { background-color: rgb(209,194,44); }
div.DivClassName
{
background-color: #D1C22C;
}
.BgClassName
{
background-color: #D1C22C;
}
</style>
border-color css
<style>
span { border-color: #D1C22C; }
span { border-color: rgb(209,194,44); }
td.TdClassName
{
border-color: #D1C22C;
}
.TagClassName
{
border-color: #D1C22C;
}
</style>