Shades of Barberry #D4CE2C
Tints of Barberry #D4CE2C
RGB
CMYK
RGB Variations
Color information
#D4CE2C (or 0xD4CE2C) is known color: Barberry. HEX triplet: D4, CE and 2C. RGB value is (212,206,44). Sum of RGB (Red+Green+Blue) = 212+206+44=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CE2C is #2B31D3. Grayscale: #BDBDBD. Windows color (decimal): -2830804 or 2936532. OLE color: 2936532.
HSL color Cylindrical-coordinate representation of color #D4CE2C: hue angle of 57.86º degrees, saturation: 0.66, 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 #D4CE2C is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 44 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.17 |
| HSL | 57.86º | 0.66% | 0.5% | - |
| HSV(B) | 57.86º | 0.79% | 0.83% | - |
| XYZ | 49.68 | 58.32 | 11.02 | - |
| YUV | 189.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 44 | 0 | 0.03 | 0.79 | 0.17 | 57.86 | 0.66 | 0.5 |
| Hex | D4 | CE | 2C | 0 | 3 | 4F | 11 | 3A | 42 | 32 |
| Octal | 324 | 316 | 54 | 0 | 3 | 117 | 21 | 72 | 102 | 62 |
| Binary | 11010100 | 11001110 | 101100 | 0 | 11 | 1001111 | 10001 | 111010 | 1000010 | 110010 |
Color Harmonies of #D4CE2C
Complementary color
Monochromatic Colors of #D4CE2C
Black with #D4CE2C
Text Example
Text Example
White with #D4CE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE2C; }
p { color: rgb(212,206,44); }
H1.HeaderClassName
{
color: #D4CE2C;
}
.AnyTagClassName
{
color: #D4CE2C;
}
</style>
background-color css
<style>
a { background-color: #D4CE2C; }
a { background-color: rgb(212,206,44); }
div.DivClassName
{
background-color: #D4CE2C;
}
.BgClassName
{
background-color: #D4CE2C;
}
</style>
border-color css
<style>
span { border-color: #D4CE2C; }
span { border-color: rgb(212,206,44); }
td.TdClassName
{
border-color: #D4CE2C;
}
.TagClassName
{
border-color: #D4CE2C;
}
</style>