Shades of Barberry #D8CB2D
Tints of Barberry #D8CB2D
RGB
CMYK
RGB Variations
Color information
#D8CB2D (or 0xD8CB2D) is known color: Barberry. HEX triplet: D8, CB and 2D. RGB value is (216,203,45). Sum of RGB (Red+Green+Blue) = 216+203+45=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB2D is #2734D2. Grayscale: #BDBDBD. Windows color (decimal): -2569427 or 3001304. OLE color: 3001304.
HSL color Cylindrical-coordinate representation of color #D8CB2D: hue angle of 55.44º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8CB2D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 45 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.15 |
| HSL | 55.44º | 0.69% | 0.51% | - |
| HSV(B) | 55.44º | 0.79% | 0.85% | - |
| XYZ | 50.15 | 57.5 | 10.94 | - |
| YUV | 188.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 45 | 0 | 0.06 | 0.79 | 0.15 | 55.44 | 0.69 | 0.51 |
| Hex | D8 | CB | 2D | 0 | 6 | 4F | F | 37 | 45 | 33 |
| Octal | 330 | 313 | 55 | 0 | 6 | 117 | 17 | 67 | 105 | 63 |
| Binary | 11011000 | 11001011 | 101101 | 0 | 110 | 1001111 | 1111 | 110111 | 1000101 | 110011 |
Color Harmonies of #D8CB2D
Complementary color
Monochromatic Colors of #D8CB2D
Black with #D8CB2D
Text Example
Text Example
White with #D8CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB2D; }
p { color: rgb(216,203,45); }
H1.HeaderClassName
{
color: #D8CB2D;
}
.AnyTagClassName
{
color: #D8CB2D;
}
</style>
background-color css
<style>
a { background-color: #D8CB2D; }
a { background-color: rgb(216,203,45); }
div.DivClassName
{
background-color: #D8CB2D;
}
.BgClassName
{
background-color: #D8CB2D;
}
</style>
border-color css
<style>
span { border-color: #D8CB2D; }
span { border-color: rgb(216,203,45); }
td.TdClassName
{
border-color: #D8CB2D;
}
.TagClassName
{
border-color: #D8CB2D;
}
</style>