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