Shades of Barberry #D1C32D
Tints of Barberry #D1C32D
RGB
CMYK
RGB Variations
Color information
#D1C32D (or 0xD1C32D) is known color: Barberry. HEX triplet: D1, C3 and 2D. RGB value is (209,195,45). Sum of RGB (Red+Green+Blue) = 209+195+45=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C32D is #2E3CD2. Grayscale: #B6B6B6. Windows color (decimal): -3030227 or 2999249. OLE color: 2999249.
HSL color Cylindrical-coordinate representation of color #D1C32D: hue angle of 54.88º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1C32D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 45 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.18 |
| HSL | 54.88º | 0.65% | 0.5% | - |
| HSV(B) | 54.88º | 0.78% | 0.82% | - |
| XYZ | 46.28 | 52.77 | 10.23 | - |
| YUV | 182.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 45 | 0 | 0.07 | 0.78 | 0.18 | 54.88 | 0.65 | 0.5 |
| Hex | D1 | C3 | 2D | 0 | 7 | 4E | 12 | 37 | 41 | 32 |
| Octal | 321 | 303 | 55 | 0 | 7 | 116 | 22 | 67 | 101 | 62 |
| Binary | 11010001 | 11000011 | 101101 | 0 | 111 | 1001110 | 10010 | 110111 | 1000001 | 110010 |
Color Harmonies of #D1C32D
Complementary color
Monochromatic Colors of #D1C32D
Black with #D1C32D
Text Example
Text Example
White with #D1C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C32D; }
p { color: rgb(209,195,45); }
H1.HeaderClassName
{
color: #D1C32D;
}
.AnyTagClassName
{
color: #D1C32D;
}
</style>
background-color css
<style>
a { background-color: #D1C32D; }
a { background-color: rgb(209,195,45); }
div.DivClassName
{
background-color: #D1C32D;
}
.BgClassName
{
background-color: #D1C32D;
}
</style>
border-color css
<style>
span { border-color: #D1C32D; }
span { border-color: rgb(209,195,45); }
td.TdClassName
{
border-color: #D1C32D;
}
.TagClassName
{
border-color: #D1C32D;
}
</style>