Shades of Barberry #D9C71D
Tints of Barberry #D9C71D
RGB
CMYK
RGB Variations
Color information
#D9C71D (or 0xD9C71D) is known color: Barberry. HEX triplet: D9, C7 and 1D. RGB value is (217,199,29). Sum of RGB (Red+Green+Blue) = 217+199+29=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C71D is #2638E2. Grayscale: #B9B9B9. Windows color (decimal): -2504931 or 1951705. OLE color: 1951705.
HSL color Cylindrical-coordinate representation of color #D9C71D: hue angle of 54.26º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9C71D is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 29 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.15 |
| HSL | 54.26º | 0.76% | 0.48% | - |
| HSV(B) | 54.26º | 0.87% | 0.85% | - |
| XYZ | 49.26 | 55.69 | 9.31 | - |
| YUV | 185 | 39.96 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 29 | 0 | 0.08 | 0.87 | 0.15 | 54.26 | 0.76 | 0.48 |
| Hex | D9 | C7 | 1D | 0 | 8 | 57 | F | 36 | 4C | 30 |
| Octal | 331 | 307 | 35 | 0 | 10 | 127 | 17 | 66 | 114 | 60 |
| Binary | 11011001 | 11000111 | 11101 | 0 | 1000 | 1010111 | 1111 | 110110 | 1001100 | 110000 |
Color Harmonies of #D9C71D
Complementary color
Monochromatic Colors of #D9C71D
Black with #D9C71D
Text Example
Text Example
White with #D9C71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C71D; }
p { color: rgb(217,199,29); }
H1.HeaderClassName
{
color: #D9C71D;
}
.AnyTagClassName
{
color: #D9C71D;
}
</style>
background-color css
<style>
a { background-color: #D9C71D; }
a { background-color: rgb(217,199,29); }
div.DivClassName
{
background-color: #D9C71D;
}
.BgClassName
{
background-color: #D9C71D;
}
</style>
border-color css
<style>
span { border-color: #D9C71D; }
span { border-color: rgb(217,199,29); }
td.TdClassName
{
border-color: #D9C71D;
}
.TagClassName
{
border-color: #D9C71D;
}
</style>