Shades of Barberry #D1C32E
Tints of Barberry #D1C32E
RGB
CMYK
RGB Variations
Color information
#D1C32E (or 0xD1C32E) is known color: Barberry. HEX triplet: D1, C3 and 2E. RGB value is (209,195,46). Sum of RGB (Red+Green+Blue) = 209+195+46=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C32E is #2E3CD1. Grayscale: #B6B6B6. Windows color (decimal): -3030226 or 3064785. OLE color: 3064785.
HSL color Cylindrical-coordinate representation of color #D1C32E: hue angle of 54.85º degrees, saturation: 0.64, 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 #D1C32E is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 46 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.18 |
| HSL | 54.85º | 0.64% | 0.5% | - |
| HSV(B) | 54.85º | 0.78% | 0.82% | - |
| XYZ | 46.3 | 52.78 | 10.33 | - |
| YUV | 182.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 46 | 0 | 0.07 | 0.78 | 0.18 | 54.85 | 0.64 | 0.5 |
| Hex | D1 | C3 | 2E | 0 | 7 | 4E | 12 | 37 | 40 | 32 |
| Octal | 321 | 303 | 56 | 0 | 7 | 116 | 22 | 67 | 100 | 62 |
| Binary | 11010001 | 11000011 | 101110 | 0 | 111 | 1001110 | 10010 | 110111 | 1000000 | 110010 |
Color Harmonies of #D1C32E
Complementary color
Monochromatic Colors of #D1C32E
Black with #D1C32E
Text Example
Text Example
White with #D1C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C32E; }
p { color: rgb(209,195,46); }
H1.HeaderClassName
{
color: #D1C32E;
}
.AnyTagClassName
{
color: #D1C32E;
}
</style>
background-color css
<style>
a { background-color: #D1C32E; }
a { background-color: rgb(209,195,46); }
div.DivClassName
{
background-color: #D1C32E;
}
.BgClassName
{
background-color: #D1C32E;
}
</style>
border-color css
<style>
span { border-color: #D1C32E; }
span { border-color: rgb(209,195,46); }
td.TdClassName
{
border-color: #D1C32E;
}
.TagClassName
{
border-color: #D1C32E;
}
</style>