Shades of Barberry #D9D714
Tints of Barberry #D9D714
RGB
CMYK
RGB Variations
Color information
#D9D714 (or 0xD9D714) is known color: Barberry. HEX triplet: D9, D7 and 14. RGB value is (217,215,20). Sum of RGB (Red+Green+Blue) = 217+215+20=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D714 is #2628EB. Grayscale: #C2C2C2. Windows color (decimal): -2500844 or 1365977. OLE color: 1365977.
HSL color Cylindrical-coordinate representation of color #D9D714: hue angle of 59.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9D714 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 20 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.15 |
| HSL | 59.39º | 0.83% | 0.46% | - |
| HSV(B) | 59.39º | 0.91% | 0.85% | - |
| XYZ | 53.04 | 63.4 | 10.1 | - |
| YUV | 193.37 | 30.16 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 20 | 0 | 0.01 | 0.91 | 0.15 | 59.39 | 0.83 | 0.46 |
| Hex | D9 | D7 | 14 | 0 | 1 | 5B | F | 3B | 53 | 2E |
| Octal | 331 | 327 | 24 | 0 | 1 | 133 | 17 | 73 | 123 | 56 |
| Binary | 11011001 | 11010111 | 10100 | 0 | 1 | 1011011 | 1111 | 111011 | 1010011 | 101110 |
Color Harmonies of #D9D714
Complementary color
Monochromatic Colors of #D9D714
Black with #D9D714
Text Example
Text Example
White with #D9D714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D714; }
p { color: rgb(217,215,20); }
H1.HeaderClassName
{
color: #D9D714;
}
.AnyTagClassName
{
color: #D9D714;
}
</style>
background-color css
<style>
a { background-color: #D9D714; }
a { background-color: rgb(217,215,20); }
div.DivClassName
{
background-color: #D9D714;
}
.BgClassName
{
background-color: #D9D714;
}
</style>
border-color css
<style>
span { border-color: #D9D714; }
span { border-color: rgb(217,215,20); }
td.TdClassName
{
border-color: #D9D714;
}
.TagClassName
{
border-color: #D9D714;
}
</style>