Shades of Barberry #D8C62C
Tints of Barberry #D8C62C
RGB
CMYK
RGB Variations
Color information
#D8C62C (or 0xD8C62C) is known color: Barberry. HEX triplet: D8, C6 and 2C. RGB value is (216,198,44). Sum of RGB (Red+Green+Blue) = 216+198+44=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C62C is #2739D3. Grayscale: #BABABA. Windows color (decimal): -2570708 or 2934488. OLE color: 2934488.
HSL color Cylindrical-coordinate representation of color #D8C62C: hue angle of 53.72º 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 #D8C62C is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 44 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.15 |
| HSL | 53.72º | 0.69% | 0.51% | - |
| HSV(B) | 53.72º | 0.8% | 0.85% | - |
| XYZ | 48.97 | 55.17 | 10.45 | - |
| YUV | 185.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 44 | 0 | 0.08 | 0.80 | 0.15 | 53.72 | 0.69 | 0.51 |
| Hex | D8 | C6 | 2C | 0 | 8 | 50 | F | 36 | 45 | 33 |
| Octal | 330 | 306 | 54 | 0 | 10 | 120 | 17 | 66 | 105 | 63 |
| Binary | 11011000 | 11000110 | 101100 | 0 | 1000 | 1010000 | 1111 | 110110 | 1000101 | 110011 |
Color Harmonies of #D8C62C
Complementary color
Monochromatic Colors of #D8C62C
Black with #D8C62C
Text Example
Text Example
White with #D8C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C62C; }
p { color: rgb(216,198,44); }
H1.HeaderClassName
{
color: #D8C62C;
}
.AnyTagClassName
{
color: #D8C62C;
}
</style>
background-color css
<style>
a { background-color: #D8C62C; }
a { background-color: rgb(216,198,44); }
div.DivClassName
{
background-color: #D8C62C;
}
.BgClassName
{
background-color: #D8C62C;
}
</style>
border-color css
<style>
span { border-color: #D8C62C; }
span { border-color: rgb(216,198,44); }
td.TdClassName
{
border-color: #D8C62C;
}
.TagClassName
{
border-color: #D8C62C;
}
</style>