Shades of Barberry #DCDA10
Tints of Barberry #DCDA10
RGB
CMYK
RGB Variations
Color information
#DCDA10 (or 0xDCDA10) is known color: Barberry. HEX triplet: DC, DA and 10. RGB value is (220,218,16). Sum of RGB (Red+Green+Blue) = 220+218+16=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA10 is #2325EF. Grayscale: #C4C4C4. Windows color (decimal): -2303472 or 1104604. OLE color: 1104604.
HSL color Cylindrical-coordinate representation of color #DCDA10: hue angle of 59.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCDA10 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 16 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.14 |
| HSL | 59.41º | 0.86% | 0.46% | - |
| HSV(B) | 59.41º | 0.93% | 0.86% | - |
| XYZ | 54.68 | 65.4 | 10.23 | - |
| YUV | 195.57 | 26.66 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 16 | 0 | 0.01 | 0.93 | 0.14 | 59.41 | 0.86 | 0.46 |
| Hex | DC | DA | 10 | 0 | 1 | 5D | E | 3B | 56 | 2E |
| Octal | 334 | 332 | 20 | 0 | 1 | 135 | 16 | 73 | 126 | 56 |
| Binary | 11011100 | 11011010 | 10000 | 0 | 1 | 1011101 | 1110 | 111011 | 1010110 | 101110 |
Color Harmonies of #DCDA10
Complementary color
Monochromatic Colors of #DCDA10
Black with #DCDA10
Text Example
Text Example
White with #DCDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA10; }
p { color: rgb(220,218,16); }
H1.HeaderClassName
{
color: #DCDA10;
}
.AnyTagClassName
{
color: #DCDA10;
}
</style>
background-color css
<style>
a { background-color: #DCDA10; }
a { background-color: rgb(220,218,16); }
div.DivClassName
{
background-color: #DCDA10;
}
.BgClassName
{
background-color: #DCDA10;
}
</style>
border-color css
<style>
span { border-color: #DCDA10; }
span { border-color: rgb(220,218,16); }
td.TdClassName
{
border-color: #DCDA10;
}
.TagClassName
{
border-color: #DCDA10;
}
</style>