Shades of Barberry #DAE010
Tints of Barberry #DAE010
RGB
CMYK
RGB Variations
Color information
#DAE010 (or 0xDAE010) is known color: Barberry. HEX triplet: DA, E0 and 10. RGB value is (218,224,16). Sum of RGB (Red+Green+Blue) = 218+224+16=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE010 is #251FEF. Grayscale: #C7C7C7. Windows color (decimal): -2433008 or 1106138. OLE color: 1106138.
HSL color Cylindrical-coordinate representation of color #DAE010: hue angle of 61.73º 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 #DAE010 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.12 |
| HSL | 61.73º | 0.87% | 0.47% | - |
| HSV(B) | 61.73º | 0.93% | 0.88% | - |
| XYZ | 55.66 | 68.25 | 10.73 | - |
| YUV | 198.49 | 25.01 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 16 | 0.03 | 0 | 0.93 | 0.12 | 61.73 | 0.87 | 0.47 |
| Hex | DA | E0 | 10 | 3 | 0 | 5D | C | 3E | 57 | 2F |
| Octal | 332 | 340 | 20 | 3 | 0 | 135 | 14 | 76 | 127 | 57 |
| Binary | 11011010 | 11100000 | 10000 | 11 | 0 | 1011101 | 1100 | 111110 | 1010111 | 101111 |
Color Harmonies of #DAE010
Complementary color
Monochromatic Colors of #DAE010
Black with #DAE010
Text Example
Text Example
White with #DAE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE010; }
p { color: rgb(218,224,16); }
H1.HeaderClassName
{
color: #DAE010;
}
.AnyTagClassName
{
color: #DAE010;
}
</style>
background-color css
<style>
a { background-color: #DAE010; }
a { background-color: rgb(218,224,16); }
div.DivClassName
{
background-color: #DAE010;
}
.BgClassName
{
background-color: #DAE010;
}
</style>
border-color css
<style>
span { border-color: #DAE010; }
span { border-color: rgb(218,224,16); }
td.TdClassName
{
border-color: #DAE010;
}
.TagClassName
{
border-color: #DAE010;
}
</style>