Shades of Pear #DAE225
Tints of Pear #DAE225
RGB
CMYK
RGB Variations
Color information
#DAE225 (or 0xDAE225) is known color: Pear. HEX triplet: DA, E2 and 25. RGB value is (218,226,37). Sum of RGB (Red+Green+Blue) = 218+226+37=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE225 is #251DDA. Grayscale: #CACACA. Windows color (decimal): -2432475 or 2482906. OLE color: 2482906.
HSL color Cylindrical-coordinate representation of color #DAE225: hue angle of 62.54º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAE225 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 37 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.11 |
| HSL | 62.54º | 0.77% | 0.52% | - |
| HSV(B) | 62.54º | 0.84% | 0.89% | - |
| XYZ | 56.44 | 69.43 | 12.18 | - |
| YUV | 202.06 | 34.85 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 37 | 0.04 | 0 | 0.84 | 0.11 | 62.54 | 0.77 | 0.52 |
| Hex | DA | E2 | 25 | 4 | 0 | 54 | B | 3F | 4D | 34 |
| Octal | 332 | 342 | 45 | 4 | 0 | 124 | 13 | 77 | 115 | 64 |
| Binary | 11011010 | 11100010 | 100101 | 100 | 0 | 1010100 | 1011 | 111111 | 1001101 | 110100 |
Color Harmonies of #DAE225
Complementary color
Monochromatic Colors of #DAE225
Black with #DAE225
Text Example
Text Example
White with #DAE225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE225; }
p { color: rgb(218,226,37); }
H1.HeaderClassName
{
color: #DAE225;
}
.AnyTagClassName
{
color: #DAE225;
}
</style>
background-color css
<style>
a { background-color: #DAE225; }
a { background-color: rgb(218,226,37); }
div.DivClassName
{
background-color: #DAE225;
}
.BgClassName
{
background-color: #DAE225;
}
</style>
border-color css
<style>
span { border-color: #DAE225; }
span { border-color: rgb(218,226,37); }
td.TdClassName
{
border-color: #DAE225;
}
.TagClassName
{
border-color: #DAE225;
}
</style>