Shades of Barberry #DCD917
Tints of Barberry #DCD917
RGB
CMYK
RGB Variations
Color information
#DCD917 (or 0xDCD917) is known color: Barberry. HEX triplet: DC, D9 and 17. RGB value is (220,217,23). Sum of RGB (Red+Green+Blue) = 220+217+23=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 23 (9.38% from 255 or 5% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD917 is #2326E8. Grayscale: #C4C4C4. Windows color (decimal): -2303721 or 1563100. OLE color: 1563100.
HSL color Cylindrical-coordinate representation of color #DCD917: hue angle of 59.09º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCD917 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 23 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.14 |
| HSL | 59.09º | 0.81% | 0.48% | - |
| HSV(B) | 59.09º | 0.9% | 0.86% | - |
| XYZ | 54.48 | 64.9 | 10.47 | - |
| YUV | 195.78 | 30.49 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 23 | 0 | 0.01 | 0.90 | 0.14 | 59.09 | 0.81 | 0.48 |
| Hex | DC | D9 | 17 | 0 | 1 | 5A | E | 3B | 51 | 30 |
| Octal | 334 | 331 | 27 | 0 | 1 | 132 | 16 | 73 | 121 | 60 |
| Binary | 11011100 | 11011001 | 10111 | 0 | 1 | 1011010 | 1110 | 111011 | 1010001 | 110000 |
Color Harmonies of #DCD917
Complementary color
Monochromatic Colors of #DCD917
Black with #DCD917
Text Example
Text Example
White with #DCD917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD917; }
p { color: rgb(220,217,23); }
H1.HeaderClassName
{
color: #DCD917;
}
.AnyTagClassName
{
color: #DCD917;
}
</style>
background-color css
<style>
a { background-color: #DCD917; }
a { background-color: rgb(220,217,23); }
div.DivClassName
{
background-color: #DCD917;
}
.BgClassName
{
background-color: #DCD917;
}
</style>
border-color css
<style>
span { border-color: #DCD917; }
span { border-color: rgb(220,217,23); }
td.TdClassName
{
border-color: #DCD917;
}
.TagClassName
{
border-color: #DCD917;
}
</style>