Shades of Barberry #D1C92E
Tints of Barberry #D1C92E
RGB
CMYK
RGB Variations
Color information
#D1C92E (or 0xD1C92E) is known color: Barberry. HEX triplet: D1, C9 and 2E. RGB value is (209,201,46). Sum of RGB (Red+Green+Blue) = 209+201+46=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C92E is #2E36D1. Grayscale: #BABABA. Windows color (decimal): -3028690 or 3066321. OLE color: 3066321.
HSL color Cylindrical-coordinate representation of color #D1C92E: hue angle of 57.06º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1C92E is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 46 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.18 |
| HSL | 57.06º | 0.64% | 0.5% | - |
| HSV(B) | 57.06º | 0.78% | 0.82% | - |
| XYZ | 47.67 | 55.53 | 10.79 | - |
| YUV | 185.72 | 49.15 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 46 | 0 | 0.04 | 0.78 | 0.18 | 57.06 | 0.64 | 0.5 |
| Hex | D1 | C9 | 2E | 0 | 4 | 4E | 12 | 39 | 40 | 32 |
| Octal | 321 | 311 | 56 | 0 | 4 | 116 | 22 | 71 | 100 | 62 |
| Binary | 11010001 | 11001001 | 101110 | 0 | 100 | 1001110 | 10010 | 111001 | 1000000 | 110010 |
Color Harmonies of #D1C92E
Complementary color
Monochromatic Colors of #D1C92E
Black with #D1C92E
Text Example
Text Example
White with #D1C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C92E; }
p { color: rgb(209,201,46); }
H1.HeaderClassName
{
color: #D1C92E;
}
.AnyTagClassName
{
color: #D1C92E;
}
</style>
background-color css
<style>
a { background-color: #D1C92E; }
a { background-color: rgb(209,201,46); }
div.DivClassName
{
background-color: #D1C92E;
}
.BgClassName
{
background-color: #D1C92E;
}
</style>
border-color css
<style>
span { border-color: #D1C92E; }
span { border-color: rgb(209,201,46); }
td.TdClassName
{
border-color: #D1C92E;
}
.TagClassName
{
border-color: #D1C92E;
}
</style>