Shades of Barberry #DCD227
Tints of Barberry #DCD227
RGB
CMYK
RGB Variations
Color information
#DCD227 (or 0xDCD227) is known color: Barberry. HEX triplet: DC, D2 and 27. RGB value is (220,210,39). Sum of RGB (Red+Green+Blue) = 220+210+39=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD227 is #232DD8. Grayscale: #C2C2C2. Windows color (decimal): -2305497 or 2609884. OLE color: 2609884.
HSL color Cylindrical-coordinate representation of color #DCD227: hue angle of 56.69º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCD227 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 39 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.14 |
| HSL | 56.69º | 0.72% | 0.51% | - |
| HSV(B) | 56.69º | 0.82% | 0.86% | - |
| XYZ | 52.93 | 61.46 | 10.99 | - |
| YUV | 193.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 39 | 0 | 0.05 | 0.82 | 0.14 | 56.69 | 0.72 | 0.51 |
| Hex | DC | D2 | 27 | 0 | 5 | 52 | E | 39 | 48 | 33 |
| Octal | 334 | 322 | 47 | 0 | 5 | 122 | 16 | 71 | 110 | 63 |
| Binary | 11011100 | 11010010 | 100111 | 0 | 101 | 1010010 | 1110 | 111001 | 1001000 | 110011 |
Color Harmonies of #DCD227
Complementary color
Monochromatic Colors of #DCD227
Black with #DCD227
Text Example
Text Example
White with #DCD227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD227; }
p { color: rgb(220,210,39); }
H1.HeaderClassName
{
color: #DCD227;
}
.AnyTagClassName
{
color: #DCD227;
}
</style>
background-color css
<style>
a { background-color: #DCD227; }
a { background-color: rgb(220,210,39); }
div.DivClassName
{
background-color: #DCD227;
}
.BgClassName
{
background-color: #DCD227;
}
</style>
border-color css
<style>
span { border-color: #DCD227; }
span { border-color: rgb(220,210,39); }
td.TdClassName
{
border-color: #DCD227;
}
.TagClassName
{
border-color: #DCD227;
}
</style>