Shades of Barberry #DCDA15
Tints of Barberry #DCDA15
RGB
CMYK
RGB Variations
Color information
#DCDA15 (or 0xDCDA15) is known color: Barberry. HEX triplet: DC, DA and 15. RGB value is (220,218,21). Sum of RGB (Red+Green+Blue) = 220+218+21=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA15 is #2325EA. Grayscale: #C4C4C4. Windows color (decimal): -2303467 or 1432284. OLE color: 1432284.
HSL color Cylindrical-coordinate representation of color #DCDA15: hue angle of 59.4º degrees, saturation: 0.83, 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 #DCDA15 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 21 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.14 |
| HSL | 59.4º | 0.83% | 0.47% | - |
| HSV(B) | 59.4º | 0.9% | 0.86% | - |
| XYZ | 54.72 | 65.41 | 10.45 | - |
| YUV | 196.14 | 29.16 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 21 | 0 | 0.01 | 0.90 | 0.14 | 59.4 | 0.83 | 0.47 |
| Hex | DC | DA | 15 | 0 | 1 | 5A | E | 3B | 53 | 2F |
| Octal | 334 | 332 | 25 | 0 | 1 | 132 | 16 | 73 | 123 | 57 |
| Binary | 11011100 | 11011010 | 10101 | 0 | 1 | 1011010 | 1110 | 111011 | 1010011 | 101111 |
Color Harmonies of #DCDA15
Complementary color
Monochromatic Colors of #DCDA15
Black with #DCDA15
Text Example
Text Example
White with #DCDA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA15; }
p { color: rgb(220,218,21); }
H1.HeaderClassName
{
color: #DCDA15;
}
.AnyTagClassName
{
color: #DCDA15;
}
</style>
background-color css
<style>
a { background-color: #DCDA15; }
a { background-color: rgb(220,218,21); }
div.DivClassName
{
background-color: #DCDA15;
}
.BgClassName
{
background-color: #DCDA15;
}
</style>
border-color css
<style>
span { border-color: #DCDA15; }
span { border-color: rgb(220,218,21); }
td.TdClassName
{
border-color: #DCDA15;
}
.TagClassName
{
border-color: #DCDA15;
}
</style>