Shades of Barberry #D1C81D
Tints of Barberry #D1C81D
RGB
CMYK
RGB Variations
Color information
#D1C81D (or 0xD1C81D) is known color: Barberry. HEX triplet: D1, C8 and 1D. RGB value is (209,200,29). Sum of RGB (Red+Green+Blue) = 209+200+29=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C81D is #2E37E2. Grayscale: #B7B7B7. Windows color (decimal): -3028963 or 1951953. OLE color: 1951953.
HSL color Cylindrical-coordinate representation of color #D1C81D: hue angle of 57º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1C81D is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 29 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.18 |
| HSL | 57º | 0.76% | 0.47% | - |
| HSV(B) | 57º | 0.86% | 0.82% | - |
| XYZ | 47.17 | 54.95 | 9.28 | - |
| YUV | 183.2 | 40.98 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 29 | 0 | 0.04 | 0.86 | 0.18 | 57 | 0.76 | 0.47 |
| Hex | D1 | C8 | 1D | 0 | 4 | 56 | 12 | 39 | 4C | 2F |
| Octal | 321 | 310 | 35 | 0 | 4 | 126 | 22 | 71 | 114 | 57 |
| Binary | 11010001 | 11001000 | 11101 | 0 | 100 | 1010110 | 10010 | 111001 | 1001100 | 101111 |
Color Harmonies of #D1C81D
Complementary color
Monochromatic Colors of #D1C81D
Black with #D1C81D
Text Example
Text Example
White with #D1C81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C81D; }
p { color: rgb(209,200,29); }
H1.HeaderClassName
{
color: #D1C81D;
}
.AnyTagClassName
{
color: #D1C81D;
}
</style>
background-color css
<style>
a { background-color: #D1C81D; }
a { background-color: rgb(209,200,29); }
div.DivClassName
{
background-color: #D1C81D;
}
.BgClassName
{
background-color: #D1C81D;
}
</style>
border-color css
<style>
span { border-color: #D1C81D; }
span { border-color: rgb(209,200,29); }
td.TdClassName
{
border-color: #D1C81D;
}
.TagClassName
{
border-color: #D1C81D;
}
</style>