Shades of Barberry #D1CB2D
Tints of Barberry #D1CB2D
RGB
CMYK
RGB Variations
Color information
#D1CB2D (or 0xD1CB2D) is known color: Barberry. HEX triplet: D1, CB and 2D. RGB value is (209,203,45). Sum of RGB (Red+Green+Blue) = 209+203+45=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CB2D is #2E34D2. Grayscale: #BBBBBB. Windows color (decimal): -3028179 or 3001297. OLE color: 3001297.
HSL color Cylindrical-coordinate representation of color #D1CB2D: hue angle of 57.8º 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 #D1CB2D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 45 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.18 |
| HSL | 57.8º | 0.65% | 0.5% | - |
| HSV(B) | 57.8º | 0.78% | 0.82% | - |
| XYZ | 48.12 | 56.46 | 10.84 | - |
| YUV | 186.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 45 | 0 | 0.03 | 0.78 | 0.18 | 57.8 | 0.65 | 0.5 |
| Hex | D1 | CB | 2D | 0 | 3 | 4E | 12 | 3A | 41 | 32 |
| Octal | 321 | 313 | 55 | 0 | 3 | 116 | 22 | 72 | 101 | 62 |
| Binary | 11010001 | 11001011 | 101101 | 0 | 11 | 1001110 | 10010 | 111010 | 1000001 | 110010 |
Color Harmonies of #D1CB2D
Complementary color
Monochromatic Colors of #D1CB2D
Black with #D1CB2D
Text Example
Text Example
White with #D1CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB2D; }
p { color: rgb(209,203,45); }
H1.HeaderClassName
{
color: #D1CB2D;
}
.AnyTagClassName
{
color: #D1CB2D;
}
</style>
background-color css
<style>
a { background-color: #D1CB2D; }
a { background-color: rgb(209,203,45); }
div.DivClassName
{
background-color: #D1CB2D;
}
.BgClassName
{
background-color: #D1CB2D;
}
</style>
border-color css
<style>
span { border-color: #D1CB2D; }
span { border-color: rgb(209,203,45); }
td.TdClassName
{
border-color: #D1CB2D;
}
.TagClassName
{
border-color: #D1CB2D;
}
</style>