Shades of Barberry #D1D01F
Tints of Barberry #D1D01F
RGB
CMYK
RGB Variations
Color information
#D1D01F (or 0xD1D01F) is known color: Barberry. HEX triplet: D1, D0 and 1F. RGB value is (209,208,31). Sum of RGB (Red+Green+Blue) = 209+208+31=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D01F is #2E2FE0. Grayscale: #BCBCBC. Windows color (decimal): -3026913 or 2085073. OLE color: 2085073.
HSL color Cylindrical-coordinate representation of color #D1D01F: hue angle of 59.66º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1D01F is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 31 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.18 |
| HSL | 59.66º | 0.74% | 0.47% | - |
| HSV(B) | 59.66º | 0.85% | 0.82% | - |
| XYZ | 49.1 | 58.77 | 10.05 | - |
| YUV | 188.12 | 39.33 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 31 | 0 | 0.00 | 0.85 | 0.18 | 59.66 | 0.74 | 0.47 |
| Hex | D1 | D0 | 1F | 0 | 0 | 55 | 12 | 3C | 4A | 2F |
| Octal | 321 | 320 | 37 | 0 | 0 | 125 | 22 | 74 | 112 | 57 |
| Binary | 11010001 | 11010000 | 11111 | 0 | 0 | 1010101 | 10010 | 111100 | 1001010 | 101111 |
Color Harmonies of #D1D01F
Complementary color
Monochromatic Colors of #D1D01F
Black with #D1D01F
Text Example
Text Example
White with #D1D01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D01F; }
p { color: rgb(209,208,31); }
H1.HeaderClassName
{
color: #D1D01F;
}
.AnyTagClassName
{
color: #D1D01F;
}
</style>
background-color css
<style>
a { background-color: #D1D01F; }
a { background-color: rgb(209,208,31); }
div.DivClassName
{
background-color: #D1D01F;
}
.BgClassName
{
background-color: #D1D01F;
}
</style>
border-color css
<style>
span { border-color: #D1D01F; }
span { border-color: rgb(209,208,31); }
td.TdClassName
{
border-color: #D1D01F;
}
.TagClassName
{
border-color: #D1D01F;
}
</style>