Shades of Barberry #D2C12C
Tints of Barberry #D2C12C
RGB
CMYK
RGB Variations
Color information
#D2C12C (or 0xD2C12C) is known color: Barberry. HEX triplet: D2, C1 and 2C. RGB value is (210,193,44). Sum of RGB (Red+Green+Blue) = 210+193+44=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C12C is #2D3ED3. Grayscale: #B5B5B5. Windows color (decimal): -2965204 or 2933202. OLE color: 2933202.
HSL color Cylindrical-coordinate representation of color #D2C12C: hue angle of 53.86º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2C12C is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 44 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.18 |
| HSL | 53.86º | 0.65% | 0.5% | - |
| HSV(B) | 53.86º | 0.79% | 0.82% | - |
| XYZ | 46.1 | 52.02 | 9.99 | - |
| YUV | 181.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 44 | 0 | 0.08 | 0.79 | 0.18 | 53.86 | 0.65 | 0.5 |
| Hex | D2 | C1 | 2C | 0 | 8 | 4F | 12 | 36 | 41 | 32 |
| Octal | 322 | 301 | 54 | 0 | 10 | 117 | 22 | 66 | 101 | 62 |
| Binary | 11010010 | 11000001 | 101100 | 0 | 1000 | 1001111 | 10010 | 110110 | 1000001 | 110010 |
Color Harmonies of #D2C12C
Complementary color
Monochromatic Colors of #D2C12C
Black with #D2C12C
Text Example
Text Example
White with #D2C12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C12C; }
p { color: rgb(210,193,44); }
H1.HeaderClassName
{
color: #D2C12C;
}
.AnyTagClassName
{
color: #D2C12C;
}
</style>
background-color css
<style>
a { background-color: #D2C12C; }
a { background-color: rgb(210,193,44); }
div.DivClassName
{
background-color: #D2C12C;
}
.BgClassName
{
background-color: #D2C12C;
}
</style>
border-color css
<style>
span { border-color: #D2C12C; }
span { border-color: rgb(210,193,44); }
td.TdClassName
{
border-color: #D2C12C;
}
.TagClassName
{
border-color: #D2C12C;
}
</style>