Shades of Barberry #D9D41E
Tints of Barberry #D9D41E
RGB
CMYK
RGB Variations
Color information
#D9D41E (or 0xD9D41E) is known color: Barberry. HEX triplet: D9, D4 and 1E. RGB value is (217,212,30). Sum of RGB (Red+Green+Blue) = 217+212+30=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D41E is #262BE1. Grayscale: #C1C1C1. Windows color (decimal): -2501602 or 2020569. OLE color: 2020569.
HSL color Cylindrical-coordinate representation of color #D9D41E: hue angle of 58.4º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9D41E is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 30 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.15 |
| HSL | 58.4º | 0.76% | 0.48% | - |
| HSV(B) | 58.4º | 0.86% | 0.85% | - |
| XYZ | 52.39 | 61.93 | 10.42 | - |
| YUV | 192.75 | 36.16 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 30 | 0 | 0.02 | 0.86 | 0.15 | 58.4 | 0.76 | 0.48 |
| Hex | D9 | D4 | 1E | 0 | 2 | 56 | F | 3A | 4C | 30 |
| Octal | 331 | 324 | 36 | 0 | 2 | 126 | 17 | 72 | 114 | 60 |
| Binary | 11011001 | 11010100 | 11110 | 0 | 10 | 1010110 | 1111 | 111010 | 1001100 | 110000 |
Color Harmonies of #D9D41E
Complementary color
Monochromatic Colors of #D9D41E
Black with #D9D41E
Text Example
Text Example
White with #D9D41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D41E; }
p { color: rgb(217,212,30); }
H1.HeaderClassName
{
color: #D9D41E;
}
.AnyTagClassName
{
color: #D9D41E;
}
</style>
background-color css
<style>
a { background-color: #D9D41E; }
a { background-color: rgb(217,212,30); }
div.DivClassName
{
background-color: #D9D41E;
}
.BgClassName
{
background-color: #D9D41E;
}
</style>
border-color css
<style>
span { border-color: #D9D41E; }
span { border-color: rgb(217,212,30); }
td.TdClassName
{
border-color: #D9D41E;
}
.TagClassName
{
border-color: #D9D41E;
}
</style>