Shades of Barberry #D7CB2D
Tints of Barberry #D7CB2D
RGB
CMYK
RGB Variations
Color information
#D7CB2D (or 0xD7CB2D) is known color: Barberry. HEX triplet: D7, CB and 2D. RGB value is (215,203,45). Sum of RGB (Red+Green+Blue) = 215+203+45=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB2D is #2834D2. Grayscale: #BDBDBD. Windows color (decimal): -2634963 or 3001303. OLE color: 3001303.
HSL color Cylindrical-coordinate representation of color #D7CB2D: hue angle of 55.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7CB2D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 45 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.16 |
| HSL | 55.76º | 0.68% | 0.51% | - |
| HSV(B) | 55.76º | 0.79% | 0.84% | - |
| XYZ | 49.85 | 57.35 | 10.92 | - |
| YUV | 188.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 45 | 0 | 0.06 | 0.79 | 0.16 | 55.76 | 0.68 | 0.51 |
| Hex | D7 | CB | 2D | 0 | 6 | 4F | 10 | 38 | 44 | 33 |
| Octal | 327 | 313 | 55 | 0 | 6 | 117 | 20 | 70 | 104 | 63 |
| Binary | 11010111 | 11001011 | 101101 | 0 | 110 | 1001111 | 10000 | 111000 | 1000100 | 110011 |
Color Harmonies of #D7CB2D
Complementary color
Monochromatic Colors of #D7CB2D
Black with #D7CB2D
Text Example
Text Example
White with #D7CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB2D; }
p { color: rgb(215,203,45); }
H1.HeaderClassName
{
color: #D7CB2D;
}
.AnyTagClassName
{
color: #D7CB2D;
}
</style>
background-color css
<style>
a { background-color: #D7CB2D; }
a { background-color: rgb(215,203,45); }
div.DivClassName
{
background-color: #D7CB2D;
}
.BgClassName
{
background-color: #D7CB2D;
}
</style>
border-color css
<style>
span { border-color: #D7CB2D; }
span { border-color: rgb(215,203,45); }
td.TdClassName
{
border-color: #D7CB2D;
}
.TagClassName
{
border-color: #D7CB2D;
}
</style>