Shades of Pear #DAEE3A
Tints of Pear #DAEE3A
RGB
CMYK
RGB Variations
Color information
#DAEE3A (or 0xDAEE3A) is known color: Pear. HEX triplet: DA, EE and 3A. RGB value is (218,238,58). Sum of RGB (Red+Green+Blue) = 218+238+58=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE3A is #2511C5. Grayscale: #D4D4D4. Windows color (decimal): -2429382 or 3862234. OLE color: 3862234.
HSL color Cylindrical-coordinate representation of color #DAEE3A: hue angle of 66.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAEE3A is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 58 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.07 |
| HSL | 66.67º | 0.84% | 0.58% | - |
| HSV(B) | 66.67º | 0.76% | 0.93% | - |
| XYZ | 60.25 | 76.36 | 15.57 | - |
| YUV | 211.5 | 41.37 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 58 | 0.08 | 0 | 0.76 | 0.07 | 66.67 | 0.84 | 0.58 |
| Hex | DA | EE | 3A | 8 | 0 | 4C | 7 | 43 | 54 | 3A |
| Octal | 332 | 356 | 72 | 10 | 0 | 114 | 7 | 103 | 124 | 72 |
| Binary | 11011010 | 11101110 | 111010 | 1000 | 0 | 1001100 | 111 | 1000011 | 1010100 | 111010 |
Color Harmonies of #DAEE3A
Complementary color
Monochromatic Colors of #DAEE3A
Black with #DAEE3A
Text Example
Text Example
White with #DAEE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEE3A; }
p { color: rgb(218,238,58); }
H1.HeaderClassName
{
color: #DAEE3A;
}
.AnyTagClassName
{
color: #DAEE3A;
}
</style>
background-color css
<style>
a { background-color: #DAEE3A; }
a { background-color: rgb(218,238,58); }
div.DivClassName
{
background-color: #DAEE3A;
}
.BgClassName
{
background-color: #DAEE3A;
}
</style>
border-color css
<style>
span { border-color: #DAEE3A; }
span { border-color: rgb(218,238,58); }
td.TdClassName
{
border-color: #DAEE3A;
}
.TagClassName
{
border-color: #DAEE3A;
}
</style>