Shades of Barberry #D2CC23
Tints of Barberry #D2CC23
RGB
CMYK
RGB Variations
Color information
#D2CC23 (or 0xD2CC23) is known color: Barberry. HEX triplet: D2, CC and 23. RGB value is (210,204,35). Sum of RGB (Red+Green+Blue) = 210+204+35=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CC23 is #2D33DC. Grayscale: #BBBBBB. Windows color (decimal): -2962397 or 2346194. OLE color: 2346194.
HSL color Cylindrical-coordinate representation of color #D2CC23: hue angle of 57.94º 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 #D2CC23 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 35 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.18 |
| HSL | 57.94º | 0.71% | 0.48% | - |
| HSV(B) | 57.94º | 0.83% | 0.82% | - |
| XYZ | 48.47 | 57.01 | 10.04 | - |
| YUV | 186.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 35 | 0 | 0.03 | 0.83 | 0.18 | 57.94 | 0.71 | 0.48 |
| Hex | D2 | CC | 23 | 0 | 3 | 53 | 12 | 3A | 47 | 30 |
| Octal | 322 | 314 | 43 | 0 | 3 | 123 | 22 | 72 | 107 | 60 |
| Binary | 11010010 | 11001100 | 100011 | 0 | 11 | 1010011 | 10010 | 111010 | 1000111 | 110000 |
Color Harmonies of #D2CC23
Complementary color
Monochromatic Colors of #D2CC23
Black with #D2CC23
Text Example
Text Example
White with #D2CC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC23; }
p { color: rgb(210,204,35); }
H1.HeaderClassName
{
color: #D2CC23;
}
.AnyTagClassName
{
color: #D2CC23;
}
</style>
background-color css
<style>
a { background-color: #D2CC23; }
a { background-color: rgb(210,204,35); }
div.DivClassName
{
background-color: #D2CC23;
}
.BgClassName
{
background-color: #D2CC23;
}
</style>
border-color css
<style>
span { border-color: #D2CC23; }
span { border-color: rgb(210,204,35); }
td.TdClassName
{
border-color: #D2CC23;
}
.TagClassName
{
border-color: #D2CC23;
}
</style>