Shades of Barberry #D4C22C
Tints of Barberry #D4C22C
RGB
CMYK
RGB Variations
Color information
#D4C22C (or 0xD4C22C) is known color: Barberry. HEX triplet: D4, C2 and 2C. RGB value is (212,194,44). Sum of RGB (Red+Green+Blue) = 212+194+44=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C22C is #2B3DD3. Grayscale: #B6B6B6. Windows color (decimal): -2833876 or 2933460. OLE color: 2933460.
HSL color Cylindrical-coordinate representation of color #D4C22C: hue angle of 53.57º 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 #D4C22C is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 44 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.17 |
| HSL | 53.57º | 0.66% | 0.5% | - |
| HSV(B) | 53.57º | 0.79% | 0.83% | - |
| XYZ | 46.9 | 52.76 | 10.1 | - |
| YUV | 182.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 44 | 0 | 0.08 | 0.79 | 0.17 | 53.57 | 0.66 | 0.5 |
| Hex | D4 | C2 | 2C | 0 | 8 | 4F | 11 | 36 | 42 | 32 |
| Octal | 324 | 302 | 54 | 0 | 10 | 117 | 21 | 66 | 102 | 62 |
| Binary | 11010100 | 11000010 | 101100 | 0 | 1000 | 1001111 | 10001 | 110110 | 1000010 | 110010 |
Color Harmonies of #D4C22C
Complementary color
Monochromatic Colors of #D4C22C
Black with #D4C22C
Text Example
Text Example
White with #D4C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C22C; }
p { color: rgb(212,194,44); }
H1.HeaderClassName
{
color: #D4C22C;
}
.AnyTagClassName
{
color: #D4C22C;
}
</style>
background-color css
<style>
a { background-color: #D4C22C; }
a { background-color: rgb(212,194,44); }
div.DivClassName
{
background-color: #D4C22C;
}
.BgClassName
{
background-color: #D4C22C;
}
</style>
border-color css
<style>
span { border-color: #D4C22C; }
span { border-color: rgb(212,194,44); }
td.TdClassName
{
border-color: #D4C22C;
}
.TagClassName
{
border-color: #D4C22C;
}
</style>