Shades of Pear #DAE018
Tints of Pear #DAE018
RGB
CMYK
RGB Variations
Color information
#DAE018 (or 0xDAE018) is known color: Pear. HEX triplet: DA, E0 and 18. RGB value is (218,224,24). Sum of RGB (Red+Green+Blue) = 218+224+24=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE018 is #251FE7. Grayscale: #C8C8C8. Windows color (decimal): -2433000 or 1630426. OLE color: 1630426.
HSL color Cylindrical-coordinate representation of color #DAE018: hue angle of 61.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAE018 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 24 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.12 |
| HSL | 61.8º | 0.81% | 0.49% | - |
| HSV(B) | 61.8º | 0.89% | 0.88% | - |
| XYZ | 55.73 | 68.28 | 11.11 | - |
| YUV | 199.41 | 29.01 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 24 | 0.03 | 0 | 0.89 | 0.12 | 61.8 | 0.81 | 0.49 |
| Hex | DA | E0 | 18 | 3 | 0 | 59 | C | 3E | 51 | 31 |
| Octal | 332 | 340 | 30 | 3 | 0 | 131 | 14 | 76 | 121 | 61 |
| Binary | 11011010 | 11100000 | 11000 | 11 | 0 | 1011001 | 1100 | 111110 | 1010001 | 110001 |
Color Harmonies of #DAE018
Complementary color
Monochromatic Colors of #DAE018
Black with #DAE018
Text Example
Text Example
White with #DAE018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE018; }
p { color: rgb(218,224,24); }
H1.HeaderClassName
{
color: #DAE018;
}
.AnyTagClassName
{
color: #DAE018;
}
</style>
background-color css
<style>
a { background-color: #DAE018; }
a { background-color: rgb(218,224,24); }
div.DivClassName
{
background-color: #DAE018;
}
.BgClassName
{
background-color: #DAE018;
}
</style>
border-color css
<style>
span { border-color: #DAE018; }
span { border-color: rgb(218,224,24); }
td.TdClassName
{
border-color: #DAE018;
}
.TagClassName
{
border-color: #DAE018;
}
</style>