Shades of Barberry #D7C926
Tints of Barberry #D7C926
RGB
CMYK
RGB Variations
Color information
#D7C926 (or 0xD7C926) is known color: Barberry. HEX triplet: D7, C9 and 26. RGB value is (215,201,38). Sum of RGB (Red+Green+Blue) = 215+201+38=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C926 is #2836D9. Grayscale: #BBBBBB. Windows color (decimal): -2635482 or 2542039. OLE color: 2542039.
HSL color Cylindrical-coordinate representation of color #D7C926: hue angle of 55.25º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7C926 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 38 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.16 |
| HSL | 55.25º | 0.7% | 0.5% | - |
| HSV(B) | 55.25º | 0.82% | 0.84% | - |
| XYZ | 49.26 | 56.36 | 10.12 | - |
| YUV | 186.6 | 44.14 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 38 | 0 | 0.07 | 0.82 | 0.16 | 55.25 | 0.7 | 0.5 |
| Hex | D7 | C9 | 26 | 0 | 7 | 52 | 10 | 37 | 46 | 32 |
| Octal | 327 | 311 | 46 | 0 | 7 | 122 | 20 | 67 | 106 | 62 |
| Binary | 11010111 | 11001001 | 100110 | 0 | 111 | 1010010 | 10000 | 110111 | 1000110 | 110010 |
Color Harmonies of #D7C926
Complementary color
Monochromatic Colors of #D7C926
Black with #D7C926
Text Example
Text Example
White with #D7C926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C926; }
p { color: rgb(215,201,38); }
H1.HeaderClassName
{
color: #D7C926;
}
.AnyTagClassName
{
color: #D7C926;
}
</style>
background-color css
<style>
a { background-color: #D7C926; }
a { background-color: rgb(215,201,38); }
div.DivClassName
{
background-color: #D7C926;
}
.BgClassName
{
background-color: #D7C926;
}
</style>
border-color css
<style>
span { border-color: #D7C926; }
span { border-color: rgb(215,201,38); }
td.TdClassName
{
border-color: #D7C926;
}
.TagClassName
{
border-color: #D7C926;
}
</style>