Shades of Barberry #DCD718
Tints of Barberry #DCD718
RGB
CMYK
RGB Variations
Color information
#DCD718 (or 0xDCD718) is known color: Barberry. HEX triplet: DC, D7 and 18. RGB value is (220,215,24). Sum of RGB (Red+Green+Blue) = 220+215+24=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD718 is #2328E7. Grayscale: #C3C3C3. Windows color (decimal): -2304232 or 1628124. OLE color: 1628124.
HSL color Cylindrical-coordinate representation of color #DCD718: hue angle of 58.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCD718 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 24 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.14 |
| HSL | 58.47º | 0.8% | 0.48% | - |
| HSV(B) | 58.47º | 0.89% | 0.86% | - |
| XYZ | 53.98 | 63.88 | 10.35 | - |
| YUV | 194.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 24 | 0 | 0.02 | 0.89 | 0.14 | 58.47 | 0.8 | 0.48 |
| Hex | DC | D7 | 18 | 0 | 2 | 59 | E | 3A | 50 | 30 |
| Octal | 334 | 327 | 30 | 0 | 2 | 131 | 16 | 72 | 120 | 60 |
| Binary | 11011100 | 11010111 | 11000 | 0 | 10 | 1011001 | 1110 | 111010 | 1010000 | 110000 |
Color Harmonies of #DCD718
Complementary color
Monochromatic Colors of #DCD718
Black with #DCD718
Text Example
Text Example
White with #DCD718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD718; }
p { color: rgb(220,215,24); }
H1.HeaderClassName
{
color: #DCD718;
}
.AnyTagClassName
{
color: #DCD718;
}
</style>
background-color css
<style>
a { background-color: #DCD718; }
a { background-color: rgb(220,215,24); }
div.DivClassName
{
background-color: #DCD718;
}
.BgClassName
{
background-color: #DCD718;
}
</style>
border-color css
<style>
span { border-color: #DCD718; }
span { border-color: rgb(220,215,24); }
td.TdClassName
{
border-color: #DCD718;
}
.TagClassName
{
border-color: #DCD718;
}
</style>