Shades of Barberry #D7CB2C
Tints of Barberry #D7CB2C
RGB
CMYK
RGB Variations
Color information
#D7CB2C (or 0xD7CB2C) is known color: Barberry. HEX triplet: D7, CB and 2C. RGB value is (215,203,44). Sum of RGB (Red+Green+Blue) = 215+203+44=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB2C is #2834D3. Grayscale: #BDBDBD. Windows color (decimal): -2634964 or 2935767. OLE color: 2935767.
HSL color Cylindrical-coordinate representation of color #D7CB2C: hue angle of 55.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7CB2C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 44 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.16 |
| HSL | 55.79º | 0.68% | 0.51% | - |
| HSV(B) | 55.79º | 0.8% | 0.84% | - |
| XYZ | 49.83 | 57.34 | 10.82 | - |
| YUV | 188.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 44 | 0 | 0.06 | 0.80 | 0.16 | 55.79 | 0.68 | 0.51 |
| Hex | D7 | CB | 2C | 0 | 6 | 50 | 10 | 38 | 44 | 33 |
| Octal | 327 | 313 | 54 | 0 | 6 | 120 | 20 | 70 | 104 | 63 |
| Binary | 11010111 | 11001011 | 101100 | 0 | 110 | 1010000 | 10000 | 111000 | 1000100 | 110011 |
Color Harmonies of #D7CB2C
Complementary color
Monochromatic Colors of #D7CB2C
Black with #D7CB2C
Text Example
Text Example
White with #D7CB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB2C; }
p { color: rgb(215,203,44); }
H1.HeaderClassName
{
color: #D7CB2C;
}
.AnyTagClassName
{
color: #D7CB2C;
}
</style>
background-color css
<style>
a { background-color: #D7CB2C; }
a { background-color: rgb(215,203,44); }
div.DivClassName
{
background-color: #D7CB2C;
}
.BgClassName
{
background-color: #D7CB2C;
}
</style>
border-color css
<style>
span { border-color: #D7CB2C; }
span { border-color: rgb(215,203,44); }
td.TdClassName
{
border-color: #D7CB2C;
}
.TagClassName
{
border-color: #D7CB2C;
}
</style>