Shades of Barberry #DAE110
Tints of Barberry #DAE110
RGB
CMYK
RGB Variations
Color information
#DAE110 (or 0xDAE110) is known color: Barberry. HEX triplet: DA, E1 and 10. RGB value is (218,225,16). Sum of RGB (Red+Green+Blue) = 218+225+16=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE110 is #251EEF. Grayscale: #C7C7C7. Windows color (decimal): -2432752 or 1106394. OLE color: 1106394.
HSL color Cylindrical-coordinate representation of color #DAE110: hue angle of 62.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAE110 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.12 |
| HSL | 62.01º | 0.87% | 0.47% | - |
| HSV(B) | 62.01º | 0.93% | 0.88% | - |
| XYZ | 55.93 | 68.79 | 10.82 | - |
| YUV | 199.08 | 24.68 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 16 | 0.03 | 0 | 0.93 | 0.12 | 62.01 | 0.87 | 0.47 |
| Hex | DA | E1 | 10 | 3 | 0 | 5D | C | 3E | 57 | 2F |
| Octal | 332 | 341 | 20 | 3 | 0 | 135 | 14 | 76 | 127 | 57 |
| Binary | 11011010 | 11100001 | 10000 | 11 | 0 | 1011101 | 1100 | 111110 | 1010111 | 101111 |
Color Harmonies of #DAE110
Complementary color
Monochromatic Colors of #DAE110
Black with #DAE110
Text Example
Text Example
White with #DAE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE110; }
p { color: rgb(218,225,16); }
H1.HeaderClassName
{
color: #DAE110;
}
.AnyTagClassName
{
color: #DAE110;
}
</style>
background-color css
<style>
a { background-color: #DAE110; }
a { background-color: rgb(218,225,16); }
div.DivClassName
{
background-color: #DAE110;
}
.BgClassName
{
background-color: #DAE110;
}
</style>
border-color css
<style>
span { border-color: #DAE110; }
span { border-color: rgb(218,225,16); }
td.TdClassName
{
border-color: #DAE110;
}
.TagClassName
{
border-color: #DAE110;
}
</style>