Shades of Barberry #D8CC2C
Tints of Barberry #D8CC2C
RGB
CMYK
RGB Variations
Color information
#D8CC2C (or 0xD8CC2C) is known color: Barberry. HEX triplet: D8, CC and 2C. RGB value is (216,204,44). Sum of RGB (Red+Green+Blue) = 216+204+44=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC2C is #2733D3. Grayscale: #BEBEBE. Windows color (decimal): -2569172 or 2936024. OLE color: 2936024.
HSL color Cylindrical-coordinate representation of color #D8CC2C: hue angle of 55.81º 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 #D8CC2C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 44 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.15 |
| HSL | 55.81º | 0.69% | 0.51% | - |
| HSV(B) | 55.81º | 0.8% | 0.85% | - |
| XYZ | 50.37 | 57.97 | 10.92 | - |
| YUV | 189.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 44 | 0 | 0.06 | 0.80 | 0.15 | 55.81 | 0.69 | 0.51 |
| Hex | D8 | CC | 2C | 0 | 6 | 50 | F | 38 | 45 | 33 |
| Octal | 330 | 314 | 54 | 0 | 6 | 120 | 17 | 70 | 105 | 63 |
| Binary | 11011000 | 11001100 | 101100 | 0 | 110 | 1010000 | 1111 | 111000 | 1000101 | 110011 |
Color Harmonies of #D8CC2C
Complementary color
Monochromatic Colors of #D8CC2C
Black with #D8CC2C
Text Example
Text Example
White with #D8CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC2C; }
p { color: rgb(216,204,44); }
H1.HeaderClassName
{
color: #D8CC2C;
}
.AnyTagClassName
{
color: #D8CC2C;
}
</style>
background-color css
<style>
a { background-color: #D8CC2C; }
a { background-color: rgb(216,204,44); }
div.DivClassName
{
background-color: #D8CC2C;
}
.BgClassName
{
background-color: #D8CC2C;
}
</style>
border-color css
<style>
span { border-color: #D8CC2C; }
span { border-color: rgb(216,204,44); }
td.TdClassName
{
border-color: #D8CC2C;
}
.TagClassName
{
border-color: #D8CC2C;
}
</style>