Shades of Barberry #D1C81C
Tints of Barberry #D1C81C
RGB
CMYK
RGB Variations
Color information
#D1C81C (or 0xD1C81C) is known color: Barberry. HEX triplet: D1, C8 and 1C. RGB value is (209,200,28). Sum of RGB (Red+Green+Blue) = 209+200+28=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C81C is #2E37E3. Grayscale: #B7B7B7. Windows color (decimal): -3028964 or 1886417. OLE color: 1886417.
HSL color Cylindrical-coordinate representation of color #D1C81C: hue angle of 57.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1C81C is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 28 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.18 |
| HSL | 57.02º | 0.76% | 0.46% | - |
| HSV(B) | 57.02º | 0.87% | 0.82% | - |
| XYZ | 47.16 | 54.95 | 9.22 | - |
| YUV | 183.08 | 40.48 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 28 | 0 | 0.04 | 0.87 | 0.18 | 57.02 | 0.76 | 0.46 |
| Hex | D1 | C8 | 1C | 0 | 4 | 57 | 12 | 39 | 4C | 2E |
| Octal | 321 | 310 | 34 | 0 | 4 | 127 | 22 | 71 | 114 | 56 |
| Binary | 11010001 | 11001000 | 11100 | 0 | 100 | 1010111 | 10010 | 111001 | 1001100 | 101110 |
Color Harmonies of #D1C81C
Complementary color
Monochromatic Colors of #D1C81C
Black with #D1C81C
Text Example
Text Example
White with #D1C81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C81C; }
p { color: rgb(209,200,28); }
H1.HeaderClassName
{
color: #D1C81C;
}
.AnyTagClassName
{
color: #D1C81C;
}
</style>
background-color css
<style>
a { background-color: #D1C81C; }
a { background-color: rgb(209,200,28); }
div.DivClassName
{
background-color: #D1C81C;
}
.BgClassName
{
background-color: #D1C81C;
}
</style>
border-color css
<style>
span { border-color: #D1C81C; }
span { border-color: rgb(209,200,28); }
td.TdClassName
{
border-color: #D1C81C;
}
.TagClassName
{
border-color: #D1C81C;
}
</style>