Shades of Barberry #D8CD2C
Tints of Barberry #D8CD2C
RGB
CMYK
RGB Variations
Color information
#D8CD2C (or 0xD8CD2C) is known color: Barberry. HEX triplet: D8, CD and 2C. RGB value is (216,205,44). Sum of RGB (Red+Green+Blue) = 216+205+44=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD2C is #2732D3. Grayscale: #BEBEBE. Windows color (decimal): -2568916 or 2936280. OLE color: 2936280.
HSL color Cylindrical-coordinate representation of color #D8CD2C: hue angle of 56.16º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8CD2C is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 44 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.15 |
| HSL | 56.16º | 0.69% | 0.51% | - |
| HSV(B) | 56.16º | 0.8% | 0.85% | - |
| XYZ | 50.6 | 58.44 | 11 | - |
| YUV | 189.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 44 | 0 | 0.05 | 0.80 | 0.15 | 56.16 | 0.69 | 0.51 |
| Hex | D8 | CD | 2C | 0 | 5 | 50 | F | 38 | 45 | 33 |
| Octal | 330 | 315 | 54 | 0 | 5 | 120 | 17 | 70 | 105 | 63 |
| Binary | 11011000 | 11001101 | 101100 | 0 | 101 | 1010000 | 1111 | 111000 | 1000101 | 110011 |
Color Harmonies of #D8CD2C
Complementary color
Monochromatic Colors of #D8CD2C
Black with #D8CD2C
Text Example
Text Example
White with #D8CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD2C; }
p { color: rgb(216,205,44); }
H1.HeaderClassName
{
color: #D8CD2C;
}
.AnyTagClassName
{
color: #D8CD2C;
}
</style>
background-color css
<style>
a { background-color: #D8CD2C; }
a { background-color: rgb(216,205,44); }
div.DivClassName
{
background-color: #D8CD2C;
}
.BgClassName
{
background-color: #D8CD2C;
}
</style>
border-color css
<style>
span { border-color: #D8CD2C; }
span { border-color: rgb(216,205,44); }
td.TdClassName
{
border-color: #D8CD2C;
}
.TagClassName
{
border-color: #D8CD2C;
}
</style>