Shades of Barberry #DCD225
Tints of Barberry #DCD225
RGB
CMYK
RGB Variations
Color information
#DCD225 (or 0xDCD225) is known color: Barberry. HEX triplet: DC, D2 and 25. RGB value is (220,210,37). Sum of RGB (Red+Green+Blue) = 220+210+37=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD225 is #232DDA. Grayscale: #C1C1C1. Windows color (decimal): -2305499 or 2478812. OLE color: 2478812.
HSL color Cylindrical-coordinate representation of color #DCD225: hue angle of 56.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCD225 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 37 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.14 |
| HSL | 56.72º | 0.72% | 0.5% | - |
| HSV(B) | 56.72º | 0.83% | 0.86% | - |
| XYZ | 52.9 | 61.44 | 10.82 | - |
| YUV | 193.27 | 39.81 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 37 | 0 | 0.05 | 0.83 | 0.14 | 56.72 | 0.72 | 0.5 |
| Hex | DC | D2 | 25 | 0 | 5 | 53 | E | 39 | 48 | 32 |
| Octal | 334 | 322 | 45 | 0 | 5 | 123 | 16 | 71 | 110 | 62 |
| Binary | 11011100 | 11010010 | 100101 | 0 | 101 | 1010011 | 1110 | 111001 | 1001000 | 110010 |
Color Harmonies of #DCD225
Complementary color
Monochromatic Colors of #DCD225
Black with #DCD225
Text Example
Text Example
White with #DCD225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD225; }
p { color: rgb(220,210,37); }
H1.HeaderClassName
{
color: #DCD225;
}
.AnyTagClassName
{
color: #DCD225;
}
</style>
background-color css
<style>
a { background-color: #DCD225; }
a { background-color: rgb(220,210,37); }
div.DivClassName
{
background-color: #DCD225;
}
.BgClassName
{
background-color: #DCD225;
}
</style>
border-color css
<style>
span { border-color: #DCD225; }
span { border-color: rgb(220,210,37); }
td.TdClassName
{
border-color: #DCD225;
}
.TagClassName
{
border-color: #DCD225;
}
</style>