Shades of Barberry #D1C329
Tints of Barberry #D1C329
RGB
CMYK
RGB Variations
Color information
#D1C329 (or 0xD1C329) is known color: Barberry. HEX triplet: D1, C3 and 29. RGB value is (209,195,41). Sum of RGB (Red+Green+Blue) = 209+195+41=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C329 is #2E3CD6. Grayscale: #B6B6B6. Windows color (decimal): -3030231 or 2737105. OLE color: 2737105.
HSL color Cylindrical-coordinate representation of color #D1C329: hue angle of 55º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1C329 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 41 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.18 |
| HSL | 55º | 0.67% | 0.49% | - |
| HSV(B) | 55º | 0.8% | 0.82% | - |
| XYZ | 46.21 | 52.75 | 9.84 | - |
| YUV | 181.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 41 | 0 | 0.07 | 0.80 | 0.18 | 55 | 0.67 | 0.49 |
| Hex | D1 | C3 | 29 | 0 | 7 | 50 | 12 | 37 | 43 | 31 |
| Octal | 321 | 303 | 51 | 0 | 7 | 120 | 22 | 67 | 103 | 61 |
| Binary | 11010001 | 11000011 | 101001 | 0 | 111 | 1010000 | 10010 | 110111 | 1000011 | 110001 |
Color Harmonies of #D1C329
Complementary color
Monochromatic Colors of #D1C329
Black with #D1C329
Text Example
Text Example
White with #D1C329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C329; }
p { color: rgb(209,195,41); }
H1.HeaderClassName
{
color: #D1C329;
}
.AnyTagClassName
{
color: #D1C329;
}
</style>
background-color css
<style>
a { background-color: #D1C329; }
a { background-color: rgb(209,195,41); }
div.DivClassName
{
background-color: #D1C329;
}
.BgClassName
{
background-color: #D1C329;
}
</style>
border-color css
<style>
span { border-color: #D1C329; }
span { border-color: rgb(209,195,41); }
td.TdClassName
{
border-color: #D1C329;
}
.TagClassName
{
border-color: #D1C329;
}
</style>