Shades of Barberry #D9D31B
Tints of Barberry #D9D31B
RGB
CMYK
RGB Variations
Color information
#D9D31B (or 0xD9D31B) is known color: Barberry. HEX triplet: D9, D3 and 1B. RGB value is (217,211,27). Sum of RGB (Red+Green+Blue) = 217+211+27=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 27 (10.94% from 255 or 5.93% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D31B is #262CE4. Grayscale: #C0C0C0. Windows color (decimal): -2501861 or 1823705. OLE color: 1823705.
HSL color Cylindrical-coordinate representation of color #D9D31B: hue angle of 58.11º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9D31B is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 27 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.15 |
| HSL | 58.11º | 0.78% | 0.48% | - |
| HSV(B) | 58.11º | 0.88% | 0.85% | - |
| XYZ | 52.11 | 61.42 | 10.15 | - |
| YUV | 191.82 | 34.99 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 27 | 0 | 0.03 | 0.88 | 0.15 | 58.11 | 0.78 | 0.48 |
| Hex | D9 | D3 | 1B | 0 | 3 | 58 | F | 3A | 4E | 30 |
| Octal | 331 | 323 | 33 | 0 | 3 | 130 | 17 | 72 | 116 | 60 |
| Binary | 11011001 | 11010011 | 11011 | 0 | 11 | 1011000 | 1111 | 111010 | 1001110 | 110000 |
Color Harmonies of #D9D31B
Complementary color
Monochromatic Colors of #D9D31B
Black with #D9D31B
Text Example
Text Example
White with #D9D31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D31B; }
p { color: rgb(217,211,27); }
H1.HeaderClassName
{
color: #D9D31B;
}
.AnyTagClassName
{
color: #D9D31B;
}
</style>
background-color css
<style>
a { background-color: #D9D31B; }
a { background-color: rgb(217,211,27); }
div.DivClassName
{
background-color: #D9D31B;
}
.BgClassName
{
background-color: #D9D31B;
}
</style>
border-color css
<style>
span { border-color: #D9D31B; }
span { border-color: rgb(217,211,27); }
td.TdClassName
{
border-color: #D9D31B;
}
.TagClassName
{
border-color: #D9D31B;
}
</style>