Shades of Barberry #DADC17
Tints of Barberry #DADC17
RGB
CMYK
RGB Variations
Color information
#DADC17 (or 0xDADC17) is known color: Barberry. HEX triplet: DA, DC and 17. RGB value is (218,220,23). Sum of RGB (Red+Green+Blue) = 218+220+23=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC17 is #2523E8. Grayscale: #C5C5C5. Windows color (decimal): -2434025 or 1563866. OLE color: 1563866.
HSL color Cylindrical-coordinate representation of color #DADC17: hue angle of 60.61º 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 #DADC17 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 23 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.14 |
| HSL | 60.61º | 0.81% | 0.48% | - |
| HSV(B) | 60.61º | 0.9% | 0.86% | - |
| XYZ | 54.66 | 66.15 | 10.7 | - |
| YUV | 196.94 | 29.84 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 23 | 0.01 | 0 | 0.90 | 0.14 | 60.61 | 0.81 | 0.48 |
| Hex | DA | DC | 17 | 1 | 0 | 5A | E | 3D | 51 | 30 |
| Octal | 332 | 334 | 27 | 1 | 0 | 132 | 16 | 75 | 121 | 60 |
| Binary | 11011010 | 11011100 | 10111 | 1 | 0 | 1011010 | 1110 | 111101 | 1010001 | 110000 |
Color Harmonies of #DADC17
Complementary color
Monochromatic Colors of #DADC17
Black with #DADC17
Text Example
Text Example
White with #DADC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC17; }
p { color: rgb(218,220,23); }
H1.HeaderClassName
{
color: #DADC17;
}
.AnyTagClassName
{
color: #DADC17;
}
</style>
background-color css
<style>
a { background-color: #DADC17; }
a { background-color: rgb(218,220,23); }
div.DivClassName
{
background-color: #DADC17;
}
.BgClassName
{
background-color: #DADC17;
}
</style>
border-color css
<style>
span { border-color: #DADC17; }
span { border-color: rgb(218,220,23); }
td.TdClassName
{
border-color: #DADC17;
}
.TagClassName
{
border-color: #DADC17;
}
</style>