Shades of Barberry #D7C91C
Tints of Barberry #D7C91C
RGB
CMYK
RGB Variations
Color information
#D7C91C (or 0xD7C91C) is known color: Barberry. HEX triplet: D7, C9 and 1C. RGB value is (215,201,28). Sum of RGB (Red+Green+Blue) = 215+201+28=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C91C is #2836E3. Grayscale: #BABABA. Windows color (decimal): -2635492 or 1886679. OLE color: 1886679.
HSL color Cylindrical-coordinate representation of color #D7C91C: hue angle of 55.51º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7C91C is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 28 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.16 |
| HSL | 55.51º | 0.77% | 0.48% | - |
| HSV(B) | 55.51º | 0.87% | 0.84% | - |
| XYZ | 49.12 | 56.3 | 9.38 | - |
| YUV | 185.46 | 39.14 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 28 | 0 | 0.07 | 0.87 | 0.16 | 55.51 | 0.77 | 0.48 |
| Hex | D7 | C9 | 1C | 0 | 7 | 57 | 10 | 38 | 4D | 30 |
| Octal | 327 | 311 | 34 | 0 | 7 | 127 | 20 | 70 | 115 | 60 |
| Binary | 11010111 | 11001001 | 11100 | 0 | 111 | 1010111 | 10000 | 111000 | 1001101 | 110000 |
Color Harmonies of #D7C91C
Complementary color
Monochromatic Colors of #D7C91C
Black with #D7C91C
Text Example
Text Example
White with #D7C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C91C; }
p { color: rgb(215,201,28); }
H1.HeaderClassName
{
color: #D7C91C;
}
.AnyTagClassName
{
color: #D7C91C;
}
</style>
background-color css
<style>
a { background-color: #D7C91C; }
a { background-color: rgb(215,201,28); }
div.DivClassName
{
background-color: #D7C91C;
}
.BgClassName
{
background-color: #D7C91C;
}
</style>
border-color css
<style>
span { border-color: #D7C91C; }
span { border-color: rgb(215,201,28); }
td.TdClassName
{
border-color: #D7C91C;
}
.TagClassName
{
border-color: #D7C91C;
}
</style>