Shades of Barberry #D9C71C
Tints of Barberry #D9C71C
RGB
CMYK
RGB Variations
Color information
#D9C71C (or 0xD9C71C) is known color: Barberry. HEX triplet: D9, C7 and 1C. RGB value is (217,199,28). Sum of RGB (Red+Green+Blue) = 217+199+28=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C71C is #2638E3. Grayscale: #B9B9B9. Windows color (decimal): -2504932 or 1886169. OLE color: 1886169.
HSL color Cylindrical-coordinate representation of color #D9C71C: hue angle of 54.29º degrees, saturation: 0.77, 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 #D9C71C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 28 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.15 |
| HSL | 54.29º | 0.77% | 0.48% | - |
| HSV(B) | 54.29º | 0.87% | 0.85% | - |
| XYZ | 49.25 | 55.68 | 9.25 | - |
| YUV | 184.89 | 39.46 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 28 | 0 | 0.08 | 0.87 | 0.15 | 54.29 | 0.77 | 0.48 |
| Hex | D9 | C7 | 1C | 0 | 8 | 57 | F | 36 | 4D | 30 |
| Octal | 331 | 307 | 34 | 0 | 10 | 127 | 17 | 66 | 115 | 60 |
| Binary | 11011001 | 11000111 | 11100 | 0 | 1000 | 1010111 | 1111 | 110110 | 1001101 | 110000 |
Color Harmonies of #D9C71C
Complementary color
Monochromatic Colors of #D9C71C
Black with #D9C71C
Text Example
Text Example
White with #D9C71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C71C; }
p { color: rgb(217,199,28); }
H1.HeaderClassName
{
color: #D9C71C;
}
.AnyTagClassName
{
color: #D9C71C;
}
</style>
background-color css
<style>
a { background-color: #D9C71C; }
a { background-color: rgb(217,199,28); }
div.DivClassName
{
background-color: #D9C71C;
}
.BgClassName
{
background-color: #D9C71C;
}
</style>
border-color css
<style>
span { border-color: #D9C71C; }
span { border-color: rgb(217,199,28); }
td.TdClassName
{
border-color: #D9C71C;
}
.TagClassName
{
border-color: #D9C71C;
}
</style>