Shades of Barberry #D3CE2C
Tints of Barberry #D3CE2C
RGB
CMYK
RGB Variations
Color information
#D3CE2C (or 0xD3CE2C) is known color: Barberry. HEX triplet: D3, CE and 2C. RGB value is (211,206,44). Sum of RGB (Red+Green+Blue) = 211+206+44=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CE2C is #2C31D3. Grayscale: #BDBDBD. Windows color (decimal): -2896340 or 2936531. OLE color: 2936531.
HSL color Cylindrical-coordinate representation of color #D3CE2C: hue angle of 58.2º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3CE2C is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 44 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.17 |
| HSL | 58.2º | 0.65% | 0.5% | - |
| HSV(B) | 58.2º | 0.79% | 0.83% | - |
| XYZ | 49.39 | 58.17 | 11.01 | - |
| YUV | 189.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 44 | 0 | 0.02 | 0.79 | 0.17 | 58.2 | 0.65 | 0.5 |
| Hex | D3 | CE | 2C | 0 | 2 | 4F | 11 | 3A | 41 | 32 |
| Octal | 323 | 316 | 54 | 0 | 2 | 117 | 21 | 72 | 101 | 62 |
| Binary | 11010011 | 11001110 | 101100 | 0 | 10 | 1001111 | 10001 | 111010 | 1000001 | 110010 |
Color Harmonies of #D3CE2C
Complementary color
Monochromatic Colors of #D3CE2C
Black with #D3CE2C
Text Example
Text Example
White with #D3CE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CE2C; }
p { color: rgb(211,206,44); }
H1.HeaderClassName
{
color: #D3CE2C;
}
.AnyTagClassName
{
color: #D3CE2C;
}
</style>
background-color css
<style>
a { background-color: #D3CE2C; }
a { background-color: rgb(211,206,44); }
div.DivClassName
{
background-color: #D3CE2C;
}
.BgClassName
{
background-color: #D3CE2C;
}
</style>
border-color css
<style>
span { border-color: #D3CE2C; }
span { border-color: rgb(211,206,44); }
td.TdClassName
{
border-color: #D3CE2C;
}
.TagClassName
{
border-color: #D3CE2C;
}
</style>