Shades of Barberry #D8C91C
Tints of Barberry #D8C91C
RGB
CMYK
RGB Variations
Color information
#D8C91C (or 0xD8C91C) is known color: Barberry. HEX triplet: D8, C9 and 1C. RGB value is (216,201,28). Sum of RGB (Red+Green+Blue) = 216+201+28=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C91C is #2736E3. Grayscale: #BABABA. Windows color (decimal): -2569956 or 1886680. OLE color: 1886680.
HSL color Cylindrical-coordinate representation of color #D8C91C: hue angle of 55.21º degrees, saturation: 0.77, 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 #D8C91C is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 28 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.15 |
| HSL | 55.21º | 0.77% | 0.48% | - |
| HSV(B) | 55.21º | 0.87% | 0.85% | - |
| XYZ | 49.42 | 56.46 | 9.39 | - |
| YUV | 185.76 | 38.97 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 28 | 0 | 0.07 | 0.87 | 0.15 | 55.21 | 0.77 | 0.48 |
| Hex | D8 | C9 | 1C | 0 | 7 | 57 | F | 37 | 4D | 30 |
| Octal | 330 | 311 | 34 | 0 | 7 | 127 | 17 | 67 | 115 | 60 |
| Binary | 11011000 | 11001001 | 11100 | 0 | 111 | 1010111 | 1111 | 110111 | 1001101 | 110000 |
Color Harmonies of #D8C91C
Complementary color
Monochromatic Colors of #D8C91C
Black with #D8C91C
Text Example
Text Example
White with #D8C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C91C; }
p { color: rgb(216,201,28); }
H1.HeaderClassName
{
color: #D8C91C;
}
.AnyTagClassName
{
color: #D8C91C;
}
</style>
background-color css
<style>
a { background-color: #D8C91C; }
a { background-color: rgb(216,201,28); }
div.DivClassName
{
background-color: #D8C91C;
}
.BgClassName
{
background-color: #D8C91C;
}
</style>
border-color css
<style>
span { border-color: #D8C91C; }
span { border-color: rgb(216,201,28); }
td.TdClassName
{
border-color: #D8C91C;
}
.TagClassName
{
border-color: #D8C91C;
}
</style>