Shades of Pear #DAE232
Tints of Pear #DAE232
RGB
CMYK
RGB Variations
Color information
#DAE232 (or 0xDAE232) is known color: Pear. HEX triplet: DA, E2 and 32. RGB value is (218,226,50). Sum of RGB (Red+Green+Blue) = 218+226+50=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE232 is #251DCD. Grayscale: #CCCCCC. Windows color (decimal): -2432462 or 3334874. OLE color: 3334874.
HSL color Cylindrical-coordinate representation of color #DAE232: hue angle of 62.73º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAE232 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 50 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.11 |
| HSL | 62.73º | 0.75% | 0.54% | - |
| HSV(B) | 62.73º | 0.78% | 0.89% | - |
| XYZ | 56.69 | 69.53 | 13.45 | - |
| YUV | 203.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 50 | 0.04 | 0 | 0.78 | 0.11 | 62.73 | 0.75 | 0.54 |
| Hex | DA | E2 | 32 | 4 | 0 | 4E | B | 3F | 4B | 36 |
| Octal | 332 | 342 | 62 | 4 | 0 | 116 | 13 | 77 | 113 | 66 |
| Binary | 11011010 | 11100010 | 110010 | 100 | 0 | 1001110 | 1011 | 111111 | 1001011 | 110110 |
Color Harmonies of #DAE232
Complementary color
Monochromatic Colors of #DAE232
Black with #DAE232
Text Example
Text Example
White with #DAE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE232; }
p { color: rgb(218,226,50); }
H1.HeaderClassName
{
color: #DAE232;
}
.AnyTagClassName
{
color: #DAE232;
}
</style>
background-color css
<style>
a { background-color: #DAE232; }
a { background-color: rgb(218,226,50); }
div.DivClassName
{
background-color: #DAE232;
}
.BgClassName
{
background-color: #DAE232;
}
</style>
border-color css
<style>
span { border-color: #DAE232; }
span { border-color: rgb(218,226,50); }
td.TdClassName
{
border-color: #DAE232;
}
.TagClassName
{
border-color: #DAE232;
}
</style>