Shades of Barberry #D2C423
Tints of Barberry #D2C423
RGB
CMYK
RGB Variations
Color information
#D2C423 (or 0xD2C423) is known color: Barberry. HEX triplet: D2, C4 and 23. RGB value is (210,196,35). Sum of RGB (Red+Green+Blue) = 210+196+35=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C423 is #2D3BDC. Grayscale: #B6B6B6. Windows color (decimal): -2964445 or 2344146. OLE color: 2344146.
HSL color Cylindrical-coordinate representation of color #D2C423: hue angle of 55.2º 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 #D2C423 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 35 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.18 |
| HSL | 55.2º | 0.71% | 0.48% | - |
| HSV(B) | 55.2º | 0.83% | 0.82% | - |
| XYZ | 46.62 | 53.3 | 9.42 | - |
| YUV | 181.83 | 45.14 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 35 | 0 | 0.07 | 0.83 | 0.18 | 55.2 | 0.71 | 0.48 |
| Hex | D2 | C4 | 23 | 0 | 7 | 53 | 12 | 37 | 47 | 30 |
| Octal | 322 | 304 | 43 | 0 | 7 | 123 | 22 | 67 | 107 | 60 |
| Binary | 11010010 | 11000100 | 100011 | 0 | 111 | 1010011 | 10010 | 110111 | 1000111 | 110000 |
Color Harmonies of #D2C423
Complementary color
Monochromatic Colors of #D2C423
Black with #D2C423
Text Example
Text Example
White with #D2C423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C423; }
p { color: rgb(210,196,35); }
H1.HeaderClassName
{
color: #D2C423;
}
.AnyTagClassName
{
color: #D2C423;
}
</style>
background-color css
<style>
a { background-color: #D2C423; }
a { background-color: rgb(210,196,35); }
div.DivClassName
{
background-color: #D2C423;
}
.BgClassName
{
background-color: #D2C423;
}
</style>
border-color css
<style>
span { border-color: #D2C423; }
span { border-color: rgb(210,196,35); }
td.TdClassName
{
border-color: #D2C423;
}
.TagClassName
{
border-color: #D2C423;
}
</style>