Shades of Barberry #D9D11D
Tints of Barberry #D9D11D
RGB
CMYK
RGB Variations
Color information
#D9D11D (or 0xD9D11D) is known color: Barberry. HEX triplet: D9, D1 and 1D. RGB value is (217,209,29). Sum of RGB (Red+Green+Blue) = 217+209+29=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 29 (11.72% from 255 or 6.37% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D11D is #262EE2. Grayscale: #BFBFBF. Windows color (decimal): -2502371 or 1954265. OLE color: 1954265.
HSL color Cylindrical-coordinate representation of color #D9D11D: hue angle of 57.45º 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 #D9D11D is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 29 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.15 |
| HSL | 57.45º | 0.76% | 0.48% | - |
| HSV(B) | 57.45º | 0.87% | 0.85% | - |
| XYZ | 51.64 | 60.44 | 10.11 | - |
| YUV | 190.87 | 36.65 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 29 | 0 | 0.04 | 0.87 | 0.15 | 57.45 | 0.76 | 0.48 |
| Hex | D9 | D1 | 1D | 0 | 4 | 57 | F | 39 | 4C | 30 |
| Octal | 331 | 321 | 35 | 0 | 4 | 127 | 17 | 71 | 114 | 60 |
| Binary | 11011001 | 11010001 | 11101 | 0 | 100 | 1010111 | 1111 | 111001 | 1001100 | 110000 |
Color Harmonies of #D9D11D
Complementary color
Monochromatic Colors of #D9D11D
Black with #D9D11D
Text Example
Text Example
White with #D9D11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D11D; }
p { color: rgb(217,209,29); }
H1.HeaderClassName
{
color: #D9D11D;
}
.AnyTagClassName
{
color: #D9D11D;
}
</style>
background-color css
<style>
a { background-color: #D9D11D; }
a { background-color: rgb(217,209,29); }
div.DivClassName
{
background-color: #D9D11D;
}
.BgClassName
{
background-color: #D9D11D;
}
</style>
border-color css
<style>
span { border-color: #D9D11D; }
span { border-color: rgb(217,209,29); }
td.TdClassName
{
border-color: #D9D11D;
}
.TagClassName
{
border-color: #D9D11D;
}
</style>