Shades of Barberry #D3C424
Tints of Barberry #D3C424
RGB
CMYK
RGB Variations
Color information
#D3C424 (or 0xD3C424) is known color: Barberry. HEX triplet: D3, C4 and 24. RGB value is (211,196,36). Sum of RGB (Red+Green+Blue) = 211+196+36=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C424 is #2C3BDB. Grayscale: #B6B6B6. Windows color (decimal): -2898908 or 2409683. OLE color: 2409683.
HSL color Cylindrical-coordinate representation of color #D3C424: hue angle of 54.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3C424 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 36 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.17 |
| HSL | 54.86º | 0.71% | 0.48% | - |
| HSV(B) | 54.86º | 0.83% | 0.83% | - |
| XYZ | 46.92 | 53.46 | 9.51 | - |
| YUV | 182.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 36 | 0 | 0.07 | 0.83 | 0.17 | 54.86 | 0.71 | 0.48 |
| Hex | D3 | C4 | 24 | 0 | 7 | 53 | 11 | 37 | 47 | 30 |
| Octal | 323 | 304 | 44 | 0 | 7 | 123 | 21 | 67 | 107 | 60 |
| Binary | 11010011 | 11000100 | 100100 | 0 | 111 | 1010011 | 10001 | 110111 | 1000111 | 110000 |
Color Harmonies of #D3C424
Complementary color
Monochromatic Colors of #D3C424
Black with #D3C424
Text Example
Text Example
White with #D3C424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C424; }
p { color: rgb(211,196,36); }
H1.HeaderClassName
{
color: #D3C424;
}
.AnyTagClassName
{
color: #D3C424;
}
</style>
background-color css
<style>
a { background-color: #D3C424; }
a { background-color: rgb(211,196,36); }
div.DivClassName
{
background-color: #D3C424;
}
.BgClassName
{
background-color: #D3C424;
}
</style>
border-color css
<style>
span { border-color: #D3C424; }
span { border-color: rgb(211,196,36); }
td.TdClassName
{
border-color: #D3C424;
}
.TagClassName
{
border-color: #D3C424;
}
</style>