Shades of Pear #DAE81D
Tints of Pear #DAE81D
RGB
CMYK
RGB Variations
Color information
#DAE81D (or 0xDAE81D) is known color: Pear. HEX triplet: DA, E8 and 1D. RGB value is (218,232,29). Sum of RGB (Red+Green+Blue) = 218+232+29=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE81D is #2517E2. Grayscale: #CDCDCD. Windows color (decimal): -2430947 or 1960154. OLE color: 1960154.
HSL color Cylindrical-coordinate representation of color #DAE81D: hue angle of 64.14º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAE81D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 29 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.09 |
| HSL | 64.14º | 0.82% | 0.51% | - |
| HSV(B) | 64.14º | 0.88% | 0.91% | - |
| XYZ | 57.99 | 72.71 | 12.14 | - |
| YUV | 204.67 | 28.86 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 29 | 0.06 | 0 | 0.88 | 0.09 | 64.14 | 0.82 | 0.51 |
| Hex | DA | E8 | 1D | 6 | 0 | 58 | 9 | 40 | 52 | 33 |
| Octal | 332 | 350 | 35 | 6 | 0 | 130 | 11 | 100 | 122 | 63 |
| Binary | 11011010 | 11101000 | 11101 | 110 | 0 | 1011000 | 1001 | 1000000 | 1010010 | 110011 |
Color Harmonies of #DAE81D
Complementary color
Monochromatic Colors of #DAE81D
Black with #DAE81D
Text Example
Text Example
White with #DAE81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE81D; }
p { color: rgb(218,232,29); }
H1.HeaderClassName
{
color: #DAE81D;
}
.AnyTagClassName
{
color: #DAE81D;
}
</style>
background-color css
<style>
a { background-color: #DAE81D; }
a { background-color: rgb(218,232,29); }
div.DivClassName
{
background-color: #DAE81D;
}
.BgClassName
{
background-color: #DAE81D;
}
</style>
border-color css
<style>
span { border-color: #DAE81D; }
span { border-color: rgb(218,232,29); }
td.TdClassName
{
border-color: #DAE81D;
}
.TagClassName
{
border-color: #DAE81D;
}
</style>