Shades of Barberry #D8C917
Tints of Barberry #D8C917
RGB
CMYK
RGB Variations
Color information
#D8C917 (or 0xD8C917) is known color: Barberry. HEX triplet: D8, C9 and 17. RGB value is (216,201,23). Sum of RGB (Red+Green+Blue) = 216+201+23=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C917 is #2736E8. Grayscale: #B9B9B9. Windows color (decimal): -2569961 or 1559000. OLE color: 1559000.
HSL color Cylindrical-coordinate representation of color #D8C917: hue angle of 55.34º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8C917 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 23 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.15 |
| HSL | 55.34º | 0.81% | 0.47% | - |
| HSV(B) | 55.34º | 0.89% | 0.85% | - |
| XYZ | 49.36 | 56.43 | 9.1 | - |
| YUV | 185.19 | 36.47 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 23 | 0 | 0.07 | 0.89 | 0.15 | 55.34 | 0.81 | 0.47 |
| Hex | D8 | C9 | 17 | 0 | 7 | 59 | F | 37 | 51 | 2F |
| Octal | 330 | 311 | 27 | 0 | 7 | 131 | 17 | 67 | 121 | 57 |
| Binary | 11011000 | 11001001 | 10111 | 0 | 111 | 1011001 | 1111 | 110111 | 1010001 | 101111 |
Color Harmonies of #D8C917
Complementary color
Monochromatic Colors of #D8C917
Black with #D8C917
Text Example
Text Example
White with #D8C917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C917; }
p { color: rgb(216,201,23); }
H1.HeaderClassName
{
color: #D8C917;
}
.AnyTagClassName
{
color: #D8C917;
}
</style>
background-color css
<style>
a { background-color: #D8C917; }
a { background-color: rgb(216,201,23); }
div.DivClassName
{
background-color: #D8C917;
}
.BgClassName
{
background-color: #D8C917;
}
</style>
border-color css
<style>
span { border-color: #D8C917; }
span { border-color: rgb(216,201,23); }
td.TdClassName
{
border-color: #D8C917;
}
.TagClassName
{
border-color: #D8C917;
}
</style>