Shades of Barberry #DCD327
Tints of Barberry #DCD327
RGB
CMYK
RGB Variations
Color information
#DCD327 (or 0xDCD327) is known color: Barberry. HEX triplet: DC, D3 and 27. RGB value is (220,211,39). Sum of RGB (Red+Green+Blue) = 220+211+39=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD327 is #232CD8. Grayscale: #C2C2C2. Windows color (decimal): -2305241 or 2610140. OLE color: 2610140.
HSL color Cylindrical-coordinate representation of color #DCD327: hue angle of 57.02º 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 #DCD327 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 39 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.14 |
| HSL | 57.02º | 0.72% | 0.51% | - |
| HSV(B) | 57.02º | 0.82% | 0.86% | - |
| XYZ | 53.18 | 61.95 | 11.07 | - |
| YUV | 194.08 | 40.48 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 39 | 0 | 0.04 | 0.82 | 0.14 | 57.02 | 0.72 | 0.51 |
| Hex | DC | D3 | 27 | 0 | 4 | 52 | E | 39 | 48 | 33 |
| Octal | 334 | 323 | 47 | 0 | 4 | 122 | 16 | 71 | 110 | 63 |
| Binary | 11011100 | 11010011 | 100111 | 0 | 100 | 1010010 | 1110 | 111001 | 1001000 | 110011 |
Color Harmonies of #DCD327
Complementary color
Monochromatic Colors of #DCD327
Black with #DCD327
Text Example
Text Example
White with #DCD327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD327; }
p { color: rgb(220,211,39); }
H1.HeaderClassName
{
color: #DCD327;
}
.AnyTagClassName
{
color: #DCD327;
}
</style>
background-color css
<style>
a { background-color: #DCD327; }
a { background-color: rgb(220,211,39); }
div.DivClassName
{
background-color: #DCD327;
}
.BgClassName
{
background-color: #DCD327;
}
</style>
border-color css
<style>
span { border-color: #DCD327; }
span { border-color: rgb(220,211,39); }
td.TdClassName
{
border-color: #DCD327;
}
.TagClassName
{
border-color: #DCD327;
}
</style>