Shades of Barberry #DCDA16
Tints of Barberry #DCDA16
RGB
CMYK
RGB Variations
Color information
#DCDA16 (or 0xDCDA16) is known color: Barberry. HEX triplet: DC, DA and 16. RGB value is (220,218,22). Sum of RGB (Red+Green+Blue) = 220+218+22=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA16 is #2325E9. Grayscale: #C5C5C5. Windows color (decimal): -2303466 or 1497820. OLE color: 1497820.
HSL color Cylindrical-coordinate representation of color #DCDA16: hue angle of 59.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCDA16 is Cyan = 0, Magento = 0.01, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 22 | - |
| CMYK | 0 | 0.01 | 0.9 | 0.14 |
| HSL | 59.39º | 0.82% | 0.47% | - |
| HSV(B) | 59.39º | 0.9% | 0.86% | - |
| XYZ | 54.73 | 65.42 | 10.5 | - |
| YUV | 196.25 | 29.66 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 22 | 0 | 0.01 | 0.9 | 0.14 | 59.39 | 0.82 | 0.47 |
| Hex | DC | DA | 16 | 0 | 1 | 5A | E | 3B | 52 | 2F |
| Octal | 334 | 332 | 26 | 0 | 1 | 132 | 16 | 73 | 122 | 57 |
| Binary | 11011100 | 11011010 | 10110 | 0 | 1 | 1011010 | 1110 | 111011 | 1010010 | 101111 |
Color Harmonies of #DCDA16
Complementary color
Monochromatic Colors of #DCDA16
Black with #DCDA16
Text Example
Text Example
White with #DCDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA16; }
p { color: rgb(220,218,22); }
H1.HeaderClassName
{
color: #DCDA16;
}
.AnyTagClassName
{
color: #DCDA16;
}
</style>
background-color css
<style>
a { background-color: #DCDA16; }
a { background-color: rgb(220,218,22); }
div.DivClassName
{
background-color: #DCDA16;
}
.BgClassName
{
background-color: #DCDA16;
}
</style>
border-color css
<style>
span { border-color: #DCDA16; }
span { border-color: rgb(220,218,22); }
td.TdClassName
{
border-color: #DCDA16;
}
.TagClassName
{
border-color: #DCDA16;
}
</style>