Shades of Barberry #D1C022
Tints of Barberry #D1C022
RGB
CMYK
RGB Variations
Color information
#D1C022 (or 0xD1C022) is known color: Barberry. HEX triplet: D1, C0 and 22. RGB value is (209,192,34). Sum of RGB (Red+Green+Blue) = 209+192+34=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C022 is #2E3FDD. Grayscale: #B3B3B3. Windows color (decimal): -3031006 or 2277585. OLE color: 2277585.
HSL color Cylindrical-coordinate representation of color #D1C022: hue angle of 54.17º 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 #D1C022 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 34 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.18 |
| HSL | 54.17º | 0.72% | 0.48% | - |
| HSV(B) | 54.17º | 0.84% | 0.82% | - |
| XYZ | 45.43 | 51.37 | 9.03 | - |
| YUV | 179.07 | 46.13 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 34 | 0 | 0.08 | 0.84 | 0.18 | 54.17 | 0.72 | 0.48 |
| Hex | D1 | C0 | 22 | 0 | 8 | 54 | 12 | 36 | 48 | 30 |
| Octal | 321 | 300 | 42 | 0 | 10 | 124 | 22 | 66 | 110 | 60 |
| Binary | 11010001 | 11000000 | 100010 | 0 | 1000 | 1010100 | 10010 | 110110 | 1001000 | 110000 |
Color Harmonies of #D1C022
Complementary color
Monochromatic Colors of #D1C022
Black with #D1C022
Text Example
Text Example
White with #D1C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C022; }
p { color: rgb(209,192,34); }
H1.HeaderClassName
{
color: #D1C022;
}
.AnyTagClassName
{
color: #D1C022;
}
</style>
background-color css
<style>
a { background-color: #D1C022; }
a { background-color: rgb(209,192,34); }
div.DivClassName
{
background-color: #D1C022;
}
.BgClassName
{
background-color: #D1C022;
}
</style>
border-color css
<style>
span { border-color: #D1C022; }
span { border-color: rgb(209,192,34); }
td.TdClassName
{
border-color: #D1C022;
}
.TagClassName
{
border-color: #D1C022;
}
</style>