Shades of Barberry #D9D41F
Tints of Barberry #D9D41F
RGB
CMYK
RGB Variations
Color information
#D9D41F (or 0xD9D41F) is known color: Barberry. HEX triplet: D9, D4 and 1F. RGB value is (217,212,31). Sum of RGB (Red+Green+Blue) = 217+212+31=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D41F is #262BE0. Grayscale: #C1C1C1. Windows color (decimal): -2501601 or 2086105. OLE color: 2086105.
HSL color Cylindrical-coordinate representation of color #D9D41F: hue angle of 58.39º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9D41F is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 31 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.15 |
| HSL | 58.39º | 0.75% | 0.49% | - |
| HSV(B) | 58.39º | 0.86% | 0.85% | - |
| XYZ | 52.41 | 61.94 | 10.49 | - |
| YUV | 192.86 | 36.66 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 31 | 0 | 0.02 | 0.86 | 0.15 | 58.39 | 0.75 | 0.49 |
| Hex | D9 | D4 | 1F | 0 | 2 | 56 | F | 3A | 4B | 31 |
| Octal | 331 | 324 | 37 | 0 | 2 | 126 | 17 | 72 | 113 | 61 |
| Binary | 11011001 | 11010100 | 11111 | 0 | 10 | 1010110 | 1111 | 111010 | 1001011 | 110001 |
Color Harmonies of #D9D41F
Complementary color
Monochromatic Colors of #D9D41F
Black with #D9D41F
Text Example
Text Example
White with #D9D41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D41F; }
p { color: rgb(217,212,31); }
H1.HeaderClassName
{
color: #D9D41F;
}
.AnyTagClassName
{
color: #D9D41F;
}
</style>
background-color css
<style>
a { background-color: #D9D41F; }
a { background-color: rgb(217,212,31); }
div.DivClassName
{
background-color: #D9D41F;
}
.BgClassName
{
background-color: #D9D41F;
}
</style>
border-color css
<style>
span { border-color: #D9D41F; }
span { border-color: rgb(217,212,31); }
td.TdClassName
{
border-color: #D9D41F;
}
.TagClassName
{
border-color: #D9D41F;
}
</style>