Shades of Barberry #D6D128
Tints of Barberry #D6D128
RGB
CMYK
RGB Variations
Color information
#D6D128 (or 0xD6D128) is known color: Barberry. HEX triplet: D6, D1 and 28. RGB value is (214,209,40). Sum of RGB (Red+Green+Blue) = 214+209+40=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D128 is #292ED7. Grayscale: #BFBFBF. Windows color (decimal): -2698968 or 2675158. OLE color: 2675158.
HSL color Cylindrical-coordinate representation of color #D6D128: hue angle of 58.28º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6D128 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 40 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.16 |
| HSL | 58.28º | 0.69% | 0.5% | - |
| HSV(B) | 58.28º | 0.81% | 0.84% | - |
| XYZ | 50.92 | 60.05 | 10.91 | - |
| YUV | 191.23 | 42.66 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 40 | 0 | 0.02 | 0.81 | 0.16 | 58.28 | 0.69 | 0.5 |
| Hex | D6 | D1 | 28 | 0 | 2 | 51 | 10 | 3A | 45 | 32 |
| Octal | 326 | 321 | 50 | 0 | 2 | 121 | 20 | 72 | 105 | 62 |
| Binary | 11010110 | 11010001 | 101000 | 0 | 10 | 1010001 | 10000 | 111010 | 1000101 | 110010 |
Color Harmonies of #D6D128
Complementary color
Monochromatic Colors of #D6D128
Black with #D6D128
Text Example
Text Example
White with #D6D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D128; }
p { color: rgb(214,209,40); }
H1.HeaderClassName
{
color: #D6D128;
}
.AnyTagClassName
{
color: #D6D128;
}
</style>
background-color css
<style>
a { background-color: #D6D128; }
a { background-color: rgb(214,209,40); }
div.DivClassName
{
background-color: #D6D128;
}
.BgClassName
{
background-color: #D6D128;
}
</style>
border-color css
<style>
span { border-color: #D6D128; }
span { border-color: rgb(214,209,40); }
td.TdClassName
{
border-color: #D6D128;
}
.TagClassName
{
border-color: #D6D128;
}
</style>