Shades of Barberry #D2C324
Tints of Barberry #D2C324
RGB
CMYK
RGB Variations
Color information
#D2C324 (or 0xD2C324) is known color: Barberry. HEX triplet: D2, C3 and 24. RGB value is (210,195,36). Sum of RGB (Red+Green+Blue) = 210+195+36=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C324 is #2D3CDB. Grayscale: #B6B6B6. Windows color (decimal): -2964700 or 2409426. OLE color: 2409426.
HSL color Cylindrical-coordinate representation of color #D2C324: hue angle of 54.83º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2C324 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 36 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.18 |
| HSL | 54.83º | 0.71% | 0.48% | - |
| HSV(B) | 54.83º | 0.83% | 0.82% | - |
| XYZ | 46.41 | 52.86 | 9.43 | - |
| YUV | 181.36 | 45.97 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 36 | 0 | 0.07 | 0.83 | 0.18 | 54.83 | 0.71 | 0.48 |
| Hex | D2 | C3 | 24 | 0 | 7 | 53 | 12 | 37 | 47 | 30 |
| Octal | 322 | 303 | 44 | 0 | 7 | 123 | 22 | 67 | 107 | 60 |
| Binary | 11010010 | 11000011 | 100100 | 0 | 111 | 1010011 | 10010 | 110111 | 1000111 | 110000 |
Color Harmonies of #D2C324
Complementary color
Monochromatic Colors of #D2C324
Black with #D2C324
Text Example
Text Example
White with #D2C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C324; }
p { color: rgb(210,195,36); }
H1.HeaderClassName
{
color: #D2C324;
}
.AnyTagClassName
{
color: #D2C324;
}
</style>
background-color css
<style>
a { background-color: #D2C324; }
a { background-color: rgb(210,195,36); }
div.DivClassName
{
background-color: #D2C324;
}
.BgClassName
{
background-color: #D2C324;
}
</style>
border-color css
<style>
span { border-color: #D2C324; }
span { border-color: rgb(210,195,36); }
td.TdClassName
{
border-color: #D2C324;
}
.TagClassName
{
border-color: #D2C324;
}
</style>