Shades of Barberry #D4C322
Tints of Barberry #D4C322
RGB
CMYK
RGB Variations
Color information
#D4C322 (or 0xD4C322) is known color: Barberry. HEX triplet: D4, C3 and 22. RGB value is (212,195,34). Sum of RGB (Red+Green+Blue) = 212+195+34=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C322 is #2B3CDD. Grayscale: #B6B6B6. Windows color (decimal): -2833630 or 2278356. OLE color: 2278356.
HSL color Cylindrical-coordinate representation of color #D4C322: hue angle of 54.27º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4C322 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 34 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.17 |
| HSL | 54.27º | 0.72% | 0.48% | - |
| HSV(B) | 54.27º | 0.84% | 0.83% | - |
| XYZ | 46.96 | 53.14 | 9.3 | - |
| YUV | 181.73 | 44.63 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 34 | 0 | 0.08 | 0.84 | 0.17 | 54.27 | 0.72 | 0.48 |
| Hex | D4 | C3 | 22 | 0 | 8 | 54 | 11 | 36 | 48 | 30 |
| Octal | 324 | 303 | 42 | 0 | 10 | 124 | 21 | 66 | 110 | 60 |
| Binary | 11010100 | 11000011 | 100010 | 0 | 1000 | 1010100 | 10001 | 110110 | 1001000 | 110000 |
Color Harmonies of #D4C322
Complementary color
Monochromatic Colors of #D4C322
Black with #D4C322
Text Example
Text Example
White with #D4C322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C322; }
p { color: rgb(212,195,34); }
H1.HeaderClassName
{
color: #D4C322;
}
.AnyTagClassName
{
color: #D4C322;
}
</style>
background-color css
<style>
a { background-color: #D4C322; }
a { background-color: rgb(212,195,34); }
div.DivClassName
{
background-color: #D4C322;
}
.BgClassName
{
background-color: #D4C322;
}
</style>
border-color css
<style>
span { border-color: #D4C322; }
span { border-color: rgb(212,195,34); }
td.TdClassName
{
border-color: #D4C322;
}
.TagClassName
{
border-color: #D4C322;
}
</style>