Shades of Barberry #D5D60E
Tints of Barberry #D5D60E
RGB
CMYK
RGB Variations
Color information
#D5D60E (or 0xD5D60E) is known color: Barberry. HEX triplet: D5, D6 and 0E. RGB value is (213,214,14). Sum of RGB (Red+Green+Blue) = 213+214+14=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D60E is #2A29F1. Grayscale: #BFBFBF. Windows color (decimal): -2763250 or 972501. OLE color: 972501.
HSL color Cylindrical-coordinate representation of color #D5D60E: hue angle of 60.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5D60E is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 14 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.16 |
| HSL | 60.3º | 0.88% | 0.45% | - |
| HSV(B) | 60.3º | 0.93% | 0.84% | - |
| XYZ | 51.57 | 62.27 | 9.72 | - |
| YUV | 190.9 | 28.17 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 14 | 0.00 | 0 | 0.93 | 0.16 | 60.3 | 0.88 | 0.45 |
| Hex | D5 | D6 | E | 0 | 0 | 5D | 10 | 3C | 58 | 2D |
| Octal | 325 | 326 | 16 | 0 | 0 | 135 | 20 | 74 | 130 | 55 |
| Binary | 11010101 | 11010110 | 1110 | 0 | 0 | 1011101 | 10000 | 111100 | 1011000 | 101101 |
Color Harmonies of #D5D60E
Complementary color
Monochromatic Colors of #D5D60E
Black with #D5D60E
Text Example
Text Example
White with #D5D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D60E; }
p { color: rgb(213,214,14); }
H1.HeaderClassName
{
color: #D5D60E;
}
.AnyTagClassName
{
color: #D5D60E;
}
</style>
background-color css
<style>
a { background-color: #D5D60E; }
a { background-color: rgb(213,214,14); }
div.DivClassName
{
background-color: #D5D60E;
}
.BgClassName
{
background-color: #D5D60E;
}
</style>
border-color css
<style>
span { border-color: #D5D60E; }
span { border-color: rgb(213,214,14); }
td.TdClassName
{
border-color: #D5D60E;
}
.TagClassName
{
border-color: #D5D60E;
}
</style>