Shades of Barberry #D2CB2B
Tints of Barberry #D2CB2B
RGB
CMYK
RGB Variations
Color information
#D2CB2B (or 0xD2CB2B) is known color: Barberry. HEX triplet: D2, CB and 2B. RGB value is (210,203,43). Sum of RGB (Red+Green+Blue) = 210+203+43=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CB2B is #2D34D4. Grayscale: #BBBBBB. Windows color (decimal): -2962645 or 2870226. OLE color: 2870226.
HSL color Cylindrical-coordinate representation of color #D2CB2B: hue angle of 57.49º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2CB2B is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 43 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.18 |
| HSL | 57.49º | 0.66% | 0.5% | - |
| HSV(B) | 57.49º | 0.8% | 0.82% | - |
| XYZ | 48.37 | 56.59 | 10.66 | - |
| YUV | 186.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 43 | 0 | 0.03 | 0.80 | 0.18 | 57.49 | 0.66 | 0.5 |
| Hex | D2 | CB | 2B | 0 | 3 | 50 | 12 | 39 | 42 | 32 |
| Octal | 322 | 313 | 53 | 0 | 3 | 120 | 22 | 71 | 102 | 62 |
| Binary | 11010010 | 11001011 | 101011 | 0 | 11 | 1010000 | 10010 | 111001 | 1000010 | 110010 |
Color Harmonies of #D2CB2B
Complementary color
Monochromatic Colors of #D2CB2B
Black with #D2CB2B
Text Example
Text Example
White with #D2CB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB2B; }
p { color: rgb(210,203,43); }
H1.HeaderClassName
{
color: #D2CB2B;
}
.AnyTagClassName
{
color: #D2CB2B;
}
</style>
background-color css
<style>
a { background-color: #D2CB2B; }
a { background-color: rgb(210,203,43); }
div.DivClassName
{
background-color: #D2CB2B;
}
.BgClassName
{
background-color: #D2CB2B;
}
</style>
border-color css
<style>
span { border-color: #D2CB2B; }
span { border-color: rgb(210,203,43); }
td.TdClassName
{
border-color: #D2CB2B;
}
.TagClassName
{
border-color: #D2CB2B;
}
</style>