Shades of Barberry #D9C12E
Tints of Barberry #D9C12E
RGB
CMYK
RGB Variations
Color information
#D9C12E (or 0xD9C12E) is known color: Barberry. HEX triplet: D9, C1 and 2E. RGB value is (217,193,46). Sum of RGB (Red+Green+Blue) = 217+193+46=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C12E is #263ED1. Grayscale: #B8B8B8. Windows color (decimal): -2506450 or 3064281. OLE color: 3064281.
HSL color Cylindrical-coordinate representation of color #D9C12E: hue angle of 51.58º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9C12E is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 46 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.15 |
| HSL | 51.58º | 0.69% | 0.52% | - |
| HSV(B) | 51.58º | 0.79% | 0.85% | - |
| XYZ | 48.18 | 53.09 | 10.29 | - |
| YUV | 183.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 46 | 0 | 0.11 | 0.79 | 0.15 | 51.58 | 0.69 | 0.52 |
| Hex | D9 | C1 | 2E | 0 | B | 4F | F | 34 | 45 | 34 |
| Octal | 331 | 301 | 56 | 0 | 13 | 117 | 17 | 64 | 105 | 64 |
| Binary | 11011001 | 11000001 | 101110 | 0 | 1011 | 1001111 | 1111 | 110100 | 1000101 | 110100 |
Color Harmonies of #D9C12E
Complementary color
Monochromatic Colors of #D9C12E
Black with #D9C12E
Text Example
Text Example
White with #D9C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C12E; }
p { color: rgb(217,193,46); }
H1.HeaderClassName
{
color: #D9C12E;
}
.AnyTagClassName
{
color: #D9C12E;
}
</style>
background-color css
<style>
a { background-color: #D9C12E; }
a { background-color: rgb(217,193,46); }
div.DivClassName
{
background-color: #D9C12E;
}
.BgClassName
{
background-color: #D9C12E;
}
</style>
border-color css
<style>
span { border-color: #D9C12E; }
span { border-color: rgb(217,193,46); }
td.TdClassName
{
border-color: #D9C12E;
}
.TagClassName
{
border-color: #D9C12E;
}
</style>