Shades of Barberry #D7D127
Tints of Barberry #D7D127
RGB
CMYK
RGB Variations
Color information
#D7D127 (or 0xD7D127) is known color: Barberry. HEX triplet: D7, D1 and 27. RGB value is (215,209,39). Sum of RGB (Red+Green+Blue) = 215+209+39=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 39 (15.62% from 255 or 8.42% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D127 is #282ED8. Grayscale: #C0C0C0. Windows color (decimal): -2633433 or 2609623. OLE color: 2609623.
HSL color Cylindrical-coordinate representation of color #D7D127: hue angle of 57.95º degrees, saturation: 0.69, 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 #D7D127 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 39 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.16 |
| HSL | 57.95º | 0.69% | 0.5% | - |
| HSV(B) | 57.95º | 0.82% | 0.84% | - |
| XYZ | 51.19 | 60.19 | 10.84 | - |
| YUV | 191.41 | 41.99 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 39 | 0 | 0.03 | 0.82 | 0.16 | 57.95 | 0.69 | 0.5 |
| Hex | D7 | D1 | 27 | 0 | 3 | 52 | 10 | 3A | 45 | 32 |
| Octal | 327 | 321 | 47 | 0 | 3 | 122 | 20 | 72 | 105 | 62 |
| Binary | 11010111 | 11010001 | 100111 | 0 | 11 | 1010010 | 10000 | 111010 | 1000101 | 110010 |
Color Harmonies of #D7D127
Complementary color
Monochromatic Colors of #D7D127
Black with #D7D127
Text Example
Text Example
White with #D7D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D127; }
p { color: rgb(215,209,39); }
H1.HeaderClassName
{
color: #D7D127;
}
.AnyTagClassName
{
color: #D7D127;
}
</style>
background-color css
<style>
a { background-color: #D7D127; }
a { background-color: rgb(215,209,39); }
div.DivClassName
{
background-color: #D7D127;
}
.BgClassName
{
background-color: #D7D127;
}
</style>
border-color css
<style>
span { border-color: #D7D127; }
span { border-color: rgb(215,209,39); }
td.TdClassName
{
border-color: #D7D127;
}
.TagClassName
{
border-color: #D7D127;
}
</style>