Shades of Barberry #D9D128
Tints of Barberry #D9D128
RGB
CMYK
RGB Variations
Color information
#D9D128 (or 0xD9D128) is known color: Barberry. HEX triplet: D9, D1 and 28. RGB value is (217,209,40). Sum of RGB (Red+Green+Blue) = 217+209+40=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D128 is #262ED7. Grayscale: #C0C0C0. Windows color (decimal): -2502360 or 2675161. OLE color: 2675161.
HSL color Cylindrical-coordinate representation of color #D9D128: hue angle of 57.29º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9D128 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 40 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.15 |
| HSL | 57.29º | 0.7% | 0.5% | - |
| HSV(B) | 57.29º | 0.82% | 0.85% | - |
| XYZ | 51.8 | 60.51 | 10.96 | - |
| YUV | 192.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 40 | 0 | 0.04 | 0.82 | 0.15 | 57.29 | 0.7 | 0.5 |
| Hex | D9 | D1 | 28 | 0 | 4 | 52 | F | 39 | 46 | 32 |
| Octal | 331 | 321 | 50 | 0 | 4 | 122 | 17 | 71 | 106 | 62 |
| Binary | 11011001 | 11010001 | 101000 | 0 | 100 | 1010010 | 1111 | 111001 | 1000110 | 110010 |
Color Harmonies of #D9D128
Complementary color
Monochromatic Colors of #D9D128
Black with #D9D128
Text Example
Text Example
White with #D9D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D128; }
p { color: rgb(217,209,40); }
H1.HeaderClassName
{
color: #D9D128;
}
.AnyTagClassName
{
color: #D9D128;
}
</style>
background-color css
<style>
a { background-color: #D9D128; }
a { background-color: rgb(217,209,40); }
div.DivClassName
{
background-color: #D9D128;
}
.BgClassName
{
background-color: #D9D128;
}
</style>
border-color css
<style>
span { border-color: #D9D128; }
span { border-color: rgb(217,209,40); }
td.TdClassName
{
border-color: #D9D128;
}
.TagClassName
{
border-color: #D9D128;
}
</style>