Shades of Pear #DAEA20
Tints of Pear #DAEA20
RGB
CMYK
RGB Variations
Color information
#DAEA20 (or 0xDAEA20) is known color: Pear. HEX triplet: DA, EA and 20. RGB value is (218,234,32). Sum of RGB (Red+Green+Blue) = 218+234+32=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA20 is #2515DF. Grayscale: #CECECE. Windows color (decimal): -2430432 or 2157274. OLE color: 2157274.
HSL color Cylindrical-coordinate representation of color #DAEA20: hue angle of 64.75º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAEA20 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 32 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.08 |
| HSL | 64.75º | 0.83% | 0.52% | - |
| HSV(B) | 64.75º | 0.86% | 0.92% | - |
| XYZ | 58.6 | 73.86 | 12.53 | - |
| YUV | 206.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 32 | 0.07 | 0 | 0.86 | 0.08 | 64.75 | 0.83 | 0.52 |
| Hex | DA | EA | 20 | 7 | 0 | 56 | 8 | 41 | 53 | 34 |
| Octal | 332 | 352 | 40 | 7 | 0 | 126 | 10 | 101 | 123 | 64 |
| Binary | 11011010 | 11101010 | 100000 | 111 | 0 | 1010110 | 1000 | 1000001 | 1010011 | 110100 |
Color Harmonies of #DAEA20
Complementary color
Monochromatic Colors of #DAEA20
Black with #DAEA20
Text Example
Text Example
White with #DAEA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA20; }
p { color: rgb(218,234,32); }
H1.HeaderClassName
{
color: #DAEA20;
}
.AnyTagClassName
{
color: #DAEA20;
}
</style>
background-color css
<style>
a { background-color: #DAEA20; }
a { background-color: rgb(218,234,32); }
div.DivClassName
{
background-color: #DAEA20;
}
.BgClassName
{
background-color: #DAEA20;
}
</style>
border-color css
<style>
span { border-color: #DAEA20; }
span { border-color: rgb(218,234,32); }
td.TdClassName
{
border-color: #DAEA20;
}
.TagClassName
{
border-color: #DAEA20;
}
</style>