Shades of Barberry #D9D71B
Tints of Barberry #D9D71B
RGB
CMYK
RGB Variations
Color information
#D9D71B (or 0xD9D71B) is known color: Barberry. HEX triplet: D9, D7 and 1B. RGB value is (217,215,27). Sum of RGB (Red+Green+Blue) = 217+215+27=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D71B is #2628E4. Grayscale: #C2C2C2. Windows color (decimal): -2500837 or 1824729. OLE color: 1824729.
HSL color Cylindrical-coordinate representation of color #D9D71B: hue angle of 59.37º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9D71B is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 27 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.15 |
| HSL | 59.37º | 0.78% | 0.48% | - |
| HSV(B) | 59.37º | 0.88% | 0.85% | - |
| XYZ | 53.11 | 63.43 | 10.48 | - |
| YUV | 194.17 | 33.66 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 27 | 0 | 0.01 | 0.88 | 0.15 | 59.37 | 0.78 | 0.48 |
| Hex | D9 | D7 | 1B | 0 | 1 | 58 | F | 3B | 4E | 30 |
| Octal | 331 | 327 | 33 | 0 | 1 | 130 | 17 | 73 | 116 | 60 |
| Binary | 11011001 | 11010111 | 11011 | 0 | 1 | 1011000 | 1111 | 111011 | 1001110 | 110000 |
Color Harmonies of #D9D71B
Complementary color
Monochromatic Colors of #D9D71B
Black with #D9D71B
Text Example
Text Example
White with #D9D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D71B; }
p { color: rgb(217,215,27); }
H1.HeaderClassName
{
color: #D9D71B;
}
.AnyTagClassName
{
color: #D9D71B;
}
</style>
background-color css
<style>
a { background-color: #D9D71B; }
a { background-color: rgb(217,215,27); }
div.DivClassName
{
background-color: #D9D71B;
}
.BgClassName
{
background-color: #D9D71B;
}
</style>
border-color css
<style>
span { border-color: #D9D71B; }
span { border-color: rgb(217,215,27); }
td.TdClassName
{
border-color: #D9D71B;
}
.TagClassName
{
border-color: #D9D71B;
}
</style>