Shades of Barberry #D1CB2E
Tints of Barberry #D1CB2E
RGB
CMYK
RGB Variations
Color information
#D1CB2E (or 0xD1CB2E) is known color: Barberry. HEX triplet: D1, CB and 2E. RGB value is (209,203,46). Sum of RGB (Red+Green+Blue) = 209+203+46=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB2E is #2E34D1. Grayscale: #BBBBBB. Windows color (decimal): -3028178 or 3066833. OLE color: 3066833.
HSL color Cylindrical-coordinate representation of color #D1CB2E: hue angle of 57.79º 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 #D1CB2E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 46 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.18 |
| HSL | 57.79º | 0.64% | 0.5% | - |
| HSV(B) | 57.79º | 0.78% | 0.82% | - |
| XYZ | 48.14 | 56.46 | 10.95 | - |
| YUV | 186.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 46 | 0 | 0.03 | 0.78 | 0.18 | 57.79 | 0.64 | 0.5 |
| Hex | D1 | CB | 2E | 0 | 3 | 4E | 12 | 3A | 40 | 32 |
| Octal | 321 | 313 | 56 | 0 | 3 | 116 | 22 | 72 | 100 | 62 |
| Binary | 11010001 | 11001011 | 101110 | 0 | 11 | 1001110 | 10010 | 111010 | 1000000 | 110010 |
Color Harmonies of #D1CB2E
Complementary color
Monochromatic Colors of #D1CB2E
Black with #D1CB2E
Text Example
Text Example
White with #D1CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB2E; }
p { color: rgb(209,203,46); }
H1.HeaderClassName
{
color: #D1CB2E;
}
.AnyTagClassName
{
color: #D1CB2E;
}
</style>
background-color css
<style>
a { background-color: #D1CB2E; }
a { background-color: rgb(209,203,46); }
div.DivClassName
{
background-color: #D1CB2E;
}
.BgClassName
{
background-color: #D1CB2E;
}
</style>
border-color css
<style>
span { border-color: #D1CB2E; }
span { border-color: rgb(209,203,46); }
td.TdClassName
{
border-color: #D1CB2E;
}
.TagClassName
{
border-color: #D1CB2E;
}
</style>