Shades of Barberry #D8C91D
Tints of Barberry #D8C91D
RGB
CMYK
RGB Variations
Color information
#D8C91D (or 0xD8C91D) is known color: Barberry. HEX triplet: D8, C9 and 1D. RGB value is (216,201,29). Sum of RGB (Red+Green+Blue) = 216+201+29=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C91D is #2736E2. Grayscale: #BABABA. Windows color (decimal): -2569955 or 1952216. OLE color: 1952216.
HSL color Cylindrical-coordinate representation of color #D8C91D: hue angle of 55.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8C91D is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 29 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.15 |
| HSL | 55.19º | 0.76% | 0.48% | - |
| HSV(B) | 55.19º | 0.87% | 0.85% | - |
| XYZ | 49.43 | 56.46 | 9.46 | - |
| YUV | 185.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 29 | 0 | 0.07 | 0.87 | 0.15 | 55.19 | 0.76 | 0.48 |
| Hex | D8 | C9 | 1D | 0 | 7 | 57 | F | 37 | 4C | 30 |
| Octal | 330 | 311 | 35 | 0 | 7 | 127 | 17 | 67 | 114 | 60 |
| Binary | 11011000 | 11001001 | 11101 | 0 | 111 | 1010111 | 1111 | 110111 | 1001100 | 110000 |
Color Harmonies of #D8C91D
Complementary color
Monochromatic Colors of #D8C91D
Black with #D8C91D
Text Example
Text Example
White with #D8C91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C91D; }
p { color: rgb(216,201,29); }
H1.HeaderClassName
{
color: #D8C91D;
}
.AnyTagClassName
{
color: #D8C91D;
}
</style>
background-color css
<style>
a { background-color: #D8C91D; }
a { background-color: rgb(216,201,29); }
div.DivClassName
{
background-color: #D8C91D;
}
.BgClassName
{
background-color: #D8C91D;
}
</style>
border-color css
<style>
span { border-color: #D8C91D; }
span { border-color: rgb(216,201,29); }
td.TdClassName
{
border-color: #D8C91D;
}
.TagClassName
{
border-color: #D8C91D;
}
</style>