Shades of Pear #DAE118
Tints of Pear #DAE118
RGB
CMYK
RGB Variations
Color information
#DAE118 (or 0xDAE118) is known color: Pear. HEX triplet: DA, E1 and 18. RGB value is (218,225,24). Sum of RGB (Red+Green+Blue) = 218+225+24=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE118 is #251EE7. Grayscale: #C8C8C8. Windows color (decimal): -2432744 or 1630682. OLE color: 1630682.
HSL color Cylindrical-coordinate representation of color #DAE118: hue angle of 62.09º 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 #DAE118 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 24 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.12 |
| HSL | 62.09º | 0.81% | 0.49% | - |
| HSV(B) | 62.09º | 0.89% | 0.88% | - |
| XYZ | 56 | 68.82 | 11.2 | - |
| YUV | 199.99 | 28.68 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 24 | 0.03 | 0 | 0.89 | 0.12 | 62.09 | 0.81 | 0.49 |
| Hex | DA | E1 | 18 | 3 | 0 | 59 | C | 3E | 51 | 31 |
| Octal | 332 | 341 | 30 | 3 | 0 | 131 | 14 | 76 | 121 | 61 |
| Binary | 11011010 | 11100001 | 11000 | 11 | 0 | 1011001 | 1100 | 111110 | 1010001 | 110001 |
Color Harmonies of #DAE118
Complementary color
Monochromatic Colors of #DAE118
Black with #DAE118
Text Example
Text Example
White with #DAE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE118; }
p { color: rgb(218,225,24); }
H1.HeaderClassName
{
color: #DAE118;
}
.AnyTagClassName
{
color: #DAE118;
}
</style>
background-color css
<style>
a { background-color: #DAE118; }
a { background-color: rgb(218,225,24); }
div.DivClassName
{
background-color: #DAE118;
}
.BgClassName
{
background-color: #DAE118;
}
</style>
border-color css
<style>
span { border-color: #DAE118; }
span { border-color: rgb(218,225,24); }
td.TdClassName
{
border-color: #DAE118;
}
.TagClassName
{
border-color: #DAE118;
}
</style>