Shades of Pear #DAEA22
Tints of Pear #DAEA22
RGB
CMYK
RGB Variations
Color information
#DAEA22 (or 0xDAEA22) is known color: Pear. HEX triplet: DA, EA and 22. RGB value is (218,234,34). Sum of RGB (Red+Green+Blue) = 218+234+34=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA22 is #2515DD. Grayscale: #CFCFCF. Windows color (decimal): -2430430 or 2288346. OLE color: 2288346.
HSL color Cylindrical-coordinate representation of color #DAEA22: hue angle of 64.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAEA22 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 34 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.08 |
| HSL | 64.8º | 0.83% | 0.53% | - |
| HSV(B) | 64.8º | 0.85% | 0.92% | - |
| XYZ | 58.63 | 73.87 | 12.68 | - |
| YUV | 206.42 | 30.7 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 34 | 0.07 | 0 | 0.85 | 0.08 | 64.8 | 0.83 | 0.53 |
| Hex | DA | EA | 22 | 7 | 0 | 55 | 8 | 41 | 53 | 35 |
| Octal | 332 | 352 | 42 | 7 | 0 | 125 | 10 | 101 | 123 | 65 |
| Binary | 11011010 | 11101010 | 100010 | 111 | 0 | 1010101 | 1000 | 1000001 | 1010011 | 110101 |
Color Harmonies of #DAEA22
Complementary color
Monochromatic Colors of #DAEA22
Black with #DAEA22
Text Example
Text Example
White with #DAEA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA22; }
p { color: rgb(218,234,34); }
H1.HeaderClassName
{
color: #DAEA22;
}
.AnyTagClassName
{
color: #DAEA22;
}
</style>
background-color css
<style>
a { background-color: #DAEA22; }
a { background-color: rgb(218,234,34); }
div.DivClassName
{
background-color: #DAEA22;
}
.BgClassName
{
background-color: #DAEA22;
}
</style>
border-color css
<style>
span { border-color: #DAEA22; }
span { border-color: rgb(218,234,34); }
td.TdClassName
{
border-color: #DAEA22;
}
.TagClassName
{
border-color: #DAEA22;
}
</style>