Shades of Pear #DAEA27
Tints of Pear #DAEA27
RGB
CMYK
RGB Variations
Color information
#DAEA27 (or 0xDAEA27) is known color: Pear. HEX triplet: DA, EA and 27. RGB value is (218,234,39). Sum of RGB (Red+Green+Blue) = 218+234+39=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 39 (15.62% from 255 or 7.94% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA27 is #2515D8. Grayscale: #CFCFCF. Windows color (decimal): -2430425 or 2616026. OLE color: 2616026.
HSL color Cylindrical-coordinate representation of color #DAEA27: hue angle of 64.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAEA27 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 39 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.08 |
| HSL | 64.92º | 0.82% | 0.54% | - |
| HSV(B) | 64.92º | 0.83% | 0.92% | - |
| XYZ | 58.7 | 73.9 | 13.09 | - |
| YUV | 206.99 | 33.2 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 39 | 0.07 | 0 | 0.83 | 0.08 | 64.92 | 0.82 | 0.54 |
| Hex | DA | EA | 27 | 7 | 0 | 53 | 8 | 41 | 52 | 36 |
| Octal | 332 | 352 | 47 | 7 | 0 | 123 | 10 | 101 | 122 | 66 |
| Binary | 11011010 | 11101010 | 100111 | 111 | 0 | 1010011 | 1000 | 1000001 | 1010010 | 110110 |
Color Harmonies of #DAEA27
Complementary color
Monochromatic Colors of #DAEA27
Black with #DAEA27
Text Example
Text Example
White with #DAEA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA27; }
p { color: rgb(218,234,39); }
H1.HeaderClassName
{
color: #DAEA27;
}
.AnyTagClassName
{
color: #DAEA27;
}
</style>
background-color css
<style>
a { background-color: #DAEA27; }
a { background-color: rgb(218,234,39); }
div.DivClassName
{
background-color: #DAEA27;
}
.BgClassName
{
background-color: #DAEA27;
}
</style>
border-color css
<style>
span { border-color: #DAEA27; }
span { border-color: rgb(218,234,39); }
td.TdClassName
{
border-color: #DAEA27;
}
.TagClassName
{
border-color: #DAEA27;
}
</style>