Shades of Pear #DAEA26
Tints of Pear #DAEA26
RGB
CMYK
RGB Variations
Color information
#DAEA26 (or 0xDAEA26) is known color: Pear. HEX triplet: DA, EA and 26. RGB value is (218,234,38). Sum of RGB (Red+Green+Blue) = 218+234+38=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA26 is #2515D9. Grayscale: #CFCFCF. Windows color (decimal): -2430426 or 2550490. OLE color: 2550490.
HSL color Cylindrical-coordinate representation of color #DAEA26: hue angle of 64.9º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAEA26 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 38 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.08 |
| HSL | 64.9º | 0.82% | 0.53% | - |
| HSV(B) | 64.9º | 0.84% | 0.92% | - |
| XYZ | 58.69 | 73.89 | 13 | - |
| YUV | 206.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 38 | 0.07 | 0 | 0.84 | 0.08 | 64.9 | 0.82 | 0.53 |
| Hex | DA | EA | 26 | 7 | 0 | 54 | 8 | 41 | 52 | 35 |
| Octal | 332 | 352 | 46 | 7 | 0 | 124 | 10 | 101 | 122 | 65 |
| Binary | 11011010 | 11101010 | 100110 | 111 | 0 | 1010100 | 1000 | 1000001 | 1010010 | 110101 |
Color Harmonies of #DAEA26
Complementary color
Monochromatic Colors of #DAEA26
Black with #DAEA26
Text Example
Text Example
White with #DAEA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA26; }
p { color: rgb(218,234,38); }
H1.HeaderClassName
{
color: #DAEA26;
}
.AnyTagClassName
{
color: #DAEA26;
}
</style>
background-color css
<style>
a { background-color: #DAEA26; }
a { background-color: rgb(218,234,38); }
div.DivClassName
{
background-color: #DAEA26;
}
.BgClassName
{
background-color: #DAEA26;
}
</style>
border-color css
<style>
span { border-color: #DAEA26; }
span { border-color: rgb(218,234,38); }
td.TdClassName
{
border-color: #DAEA26;
}
.TagClassName
{
border-color: #DAEA26;
}
</style>