Shades of Barberry #DADC18
Tints of Barberry #DADC18
RGB
CMYK
RGB Variations
Color information
#DADC18 (or 0xDADC18) is known color: Barberry. HEX triplet: DA, DC and 18. RGB value is (218,220,24). Sum of RGB (Red+Green+Blue) = 218+220+24=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC18 is #2523E7. Grayscale: #C5C5C5. Windows color (decimal): -2434024 or 1629402. OLE color: 1629402.
HSL color Cylindrical-coordinate representation of color #DADC18: hue angle of 60.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DADC18 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 24 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.14 |
| HSL | 60.61º | 0.8% | 0.48% | - |
| HSV(B) | 60.61º | 0.89% | 0.86% | - |
| XYZ | 54.67 | 66.16 | 10.75 | - |
| YUV | 197.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 24 | 0.01 | 0 | 0.89 | 0.14 | 60.61 | 0.8 | 0.48 |
| Hex | DA | DC | 18 | 1 | 0 | 59 | E | 3D | 50 | 30 |
| Octal | 332 | 334 | 30 | 1 | 0 | 131 | 16 | 75 | 120 | 60 |
| Binary | 11011010 | 11011100 | 11000 | 1 | 0 | 1011001 | 1110 | 111101 | 1010000 | 110000 |
Color Harmonies of #DADC18
Complementary color
Monochromatic Colors of #DADC18
Black with #DADC18
Text Example
Text Example
White with #DADC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC18; }
p { color: rgb(218,220,24); }
H1.HeaderClassName
{
color: #DADC18;
}
.AnyTagClassName
{
color: #DADC18;
}
</style>
background-color css
<style>
a { background-color: #DADC18; }
a { background-color: rgb(218,220,24); }
div.DivClassName
{
background-color: #DADC18;
}
.BgClassName
{
background-color: #DADC18;
}
</style>
border-color css
<style>
span { border-color: #DADC18; }
span { border-color: rgb(218,220,24); }
td.TdClassName
{
border-color: #DADC18;
}
.TagClassName
{
border-color: #DADC18;
}
</style>