Shades of Barberry #DAE210
Tints of Barberry #DAE210
RGB
CMYK
RGB Variations
Color information
#DAE210 (or 0xDAE210) is known color: Barberry. HEX triplet: DA, E2 and 10. RGB value is (218,226,16). Sum of RGB (Red+Green+Blue) = 218+226+16=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE210 is #251DEF. Grayscale: #C8C8C8. Windows color (decimal): -2432496 or 1106650. OLE color: 1106650.
HSL color Cylindrical-coordinate representation of color #DAE210: hue angle of 62.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAE210 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 16 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.11 |
| HSL | 62.29º | 0.87% | 0.47% | - |
| HSV(B) | 62.29º | 0.93% | 0.89% | - |
| XYZ | 56.2 | 69.34 | 10.91 | - |
| YUV | 199.67 | 24.35 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 16 | 0.04 | 0 | 0.93 | 0.11 | 62.29 | 0.87 | 0.47 |
| Hex | DA | E2 | 10 | 4 | 0 | 5D | B | 3E | 57 | 2F |
| Octal | 332 | 342 | 20 | 4 | 0 | 135 | 13 | 76 | 127 | 57 |
| Binary | 11011010 | 11100010 | 10000 | 100 | 0 | 1011101 | 1011 | 111110 | 1010111 | 101111 |
Color Harmonies of #DAE210
Complementary color
Monochromatic Colors of #DAE210
Black with #DAE210
Text Example
Text Example
White with #DAE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE210; }
p { color: rgb(218,226,16); }
H1.HeaderClassName
{
color: #DAE210;
}
.AnyTagClassName
{
color: #DAE210;
}
</style>
background-color css
<style>
a { background-color: #DAE210; }
a { background-color: rgb(218,226,16); }
div.DivClassName
{
background-color: #DAE210;
}
.BgClassName
{
background-color: #DAE210;
}
</style>
border-color css
<style>
span { border-color: #DAE210; }
span { border-color: rgb(218,226,16); }
td.TdClassName
{
border-color: #DAE210;
}
.TagClassName
{
border-color: #DAE210;
}
</style>