Shades of Barberry #D9C71E
Tints of Barberry #D9C71E
RGB
CMYK
RGB Variations
Color information
#D9C71E (or 0xD9C71E) is known color: Barberry. HEX triplet: D9, C7 and 1E. RGB value is (217,199,30). Sum of RGB (Red+Green+Blue) = 217+199+30=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C71E is #2638E1. Grayscale: #B9B9B9. Windows color (decimal): -2504930 or 2017241. OLE color: 2017241.
HSL color Cylindrical-coordinate representation of color #D9C71E: hue angle of 54.22º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9C71E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 30 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.15 |
| HSL | 54.22º | 0.76% | 0.48% | - |
| HSV(B) | 54.22º | 0.86% | 0.85% | - |
| XYZ | 49.27 | 55.69 | 9.38 | - |
| YUV | 185.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 30 | 0 | 0.08 | 0.86 | 0.15 | 54.22 | 0.76 | 0.48 |
| Hex | D9 | C7 | 1E | 0 | 8 | 56 | F | 36 | 4C | 30 |
| Octal | 331 | 307 | 36 | 0 | 10 | 126 | 17 | 66 | 114 | 60 |
| Binary | 11011001 | 11000111 | 11110 | 0 | 1000 | 1010110 | 1111 | 110110 | 1001100 | 110000 |
Color Harmonies of #D9C71E
Complementary color
Monochromatic Colors of #D9C71E
Black with #D9C71E
Text Example
Text Example
White with #D9C71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C71E; }
p { color: rgb(217,199,30); }
H1.HeaderClassName
{
color: #D9C71E;
}
.AnyTagClassName
{
color: #D9C71E;
}
</style>
background-color css
<style>
a { background-color: #D9C71E; }
a { background-color: rgb(217,199,30); }
div.DivClassName
{
background-color: #D9C71E;
}
.BgClassName
{
background-color: #D9C71E;
}
</style>
border-color css
<style>
span { border-color: #D9C71E; }
span { border-color: rgb(217,199,30); }
td.TdClassName
{
border-color: #D9C71E;
}
.TagClassName
{
border-color: #D9C71E;
}
</style>