Shades of Pear #DAEB3E
Tints of Pear #DAEB3E
RGB
CMYK
RGB Variations
Color information
#DAEB3E (or 0xDAEB3E) is known color: Pear. HEX triplet: DA, EB and 3E. RGB value is (218,235,62). Sum of RGB (Red+Green+Blue) = 218+235+62=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 62 (24.61% from 255 or 12.04% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEB3E is #2514C1. Grayscale: #D2D2D2. Windows color (decimal): -2430146 or 4123610. OLE color: 4123610.
HSL color Cylindrical-coordinate representation of color #DAEB3E: hue angle of 65.9º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAEB3E is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 62 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.08 |
| HSL | 65.9º | 0.81% | 0.58% | - |
| HSV(B) | 65.9º | 0.74% | 0.92% | - |
| XYZ | 59.49 | 74.67 | 15.83 | - |
| YUV | 210.2 | 44.37 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 62 | 0.07 | 0 | 0.74 | 0.08 | 65.9 | 0.81 | 0.58 |
| Hex | DA | EB | 3E | 7 | 0 | 4A | 8 | 42 | 51 | 3A |
| Octal | 332 | 353 | 76 | 7 | 0 | 112 | 10 | 102 | 121 | 72 |
| Binary | 11011010 | 11101011 | 111110 | 111 | 0 | 1001010 | 1000 | 1000010 | 1010001 | 111010 |
Color Harmonies of #DAEB3E
Complementary color
Monochromatic Colors of #DAEB3E
Black with #DAEB3E
Text Example
Text Example
White with #DAEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEB3E; }
p { color: rgb(218,235,62); }
H1.HeaderClassName
{
color: #DAEB3E;
}
.AnyTagClassName
{
color: #DAEB3E;
}
</style>
background-color css
<style>
a { background-color: #DAEB3E; }
a { background-color: rgb(218,235,62); }
div.DivClassName
{
background-color: #DAEB3E;
}
.BgClassName
{
background-color: #DAEB3E;
}
</style>
border-color css
<style>
span { border-color: #DAEB3E; }
span { border-color: rgb(218,235,62); }
td.TdClassName
{
border-color: #DAEB3E;
}
.TagClassName
{
border-color: #DAEB3E;
}
</style>