Shades of Barberry #D9D31D
Tints of Barberry #D9D31D
RGB
CMYK
RGB Variations
Color information
#D9D31D (or 0xD9D31D) is known color: Barberry. HEX triplet: D9, D3 and 1D. RGB value is (217,211,29). Sum of RGB (Red+Green+Blue) = 217+211+29=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D31D is #262CE2. Grayscale: #C0C0C0. Windows color (decimal): -2501859 or 1954777. OLE color: 1954777.
HSL color Cylindrical-coordinate representation of color #D9D31D: hue angle of 58.09º 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 #D9D31D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 29 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.15 |
| HSL | 58.09º | 0.76% | 0.48% | - |
| HSV(B) | 58.09º | 0.87% | 0.85% | - |
| XYZ | 52.13 | 61.43 | 10.27 | - |
| YUV | 192.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 29 | 0 | 0.03 | 0.87 | 0.15 | 58.09 | 0.76 | 0.48 |
| Hex | D9 | D3 | 1D | 0 | 3 | 57 | F | 3A | 4C | 30 |
| Octal | 331 | 323 | 35 | 0 | 3 | 127 | 17 | 72 | 114 | 60 |
| Binary | 11011001 | 11010011 | 11101 | 0 | 11 | 1010111 | 1111 | 111010 | 1001100 | 110000 |
Color Harmonies of #D9D31D
Complementary color
Monochromatic Colors of #D9D31D
Black with #D9D31D
Text Example
Text Example
White with #D9D31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D31D; }
p { color: rgb(217,211,29); }
H1.HeaderClassName
{
color: #D9D31D;
}
.AnyTagClassName
{
color: #D9D31D;
}
</style>
background-color css
<style>
a { background-color: #D9D31D; }
a { background-color: rgb(217,211,29); }
div.DivClassName
{
background-color: #D9D31D;
}
.BgClassName
{
background-color: #D9D31D;
}
</style>
border-color css
<style>
span { border-color: #D9D31D; }
span { border-color: rgb(217,211,29); }
td.TdClassName
{
border-color: #D9D31D;
}
.TagClassName
{
border-color: #D9D31D;
}
</style>