Shades of Pear #DAE829
Tints of Pear #DAE829
RGB
CMYK
RGB Variations
Color information
#DAE829 (or 0xDAE829) is known color: Pear. HEX triplet: DA, E8 and 29. RGB value is (218,232,41). Sum of RGB (Red+Green+Blue) = 218+232+41=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE829 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE829 is #2517D6. Grayscale: #CECECE. Windows color (decimal): -2430935 or 2746586. OLE color: 2746586.
HSL color Cylindrical-coordinate representation of color #DAE829: hue angle of 64.4º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAE829 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 41 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.09 |
| HSL | 64.4º | 0.81% | 0.54% | - |
| HSV(B) | 64.4º | 0.82% | 0.91% | - |
| XYZ | 58.17 | 72.78 | 13.08 | - |
| YUV | 206.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 41 | 0.06 | 0 | 0.82 | 0.09 | 64.4 | 0.81 | 0.54 |
| Hex | DA | E8 | 29 | 6 | 0 | 52 | 9 | 40 | 51 | 36 |
| Octal | 332 | 350 | 51 | 6 | 0 | 122 | 11 | 100 | 121 | 66 |
| Binary | 11011010 | 11101000 | 101001 | 110 | 0 | 1010010 | 1001 | 1000000 | 1010001 | 110110 |
Color Harmonies of #DAE829
Complementary color
Monochromatic Colors of #DAE829
Black with #DAE829
Text Example
Text Example
White with #DAE829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE829; }
p { color: rgb(218,232,41); }
H1.HeaderClassName
{
color: #DAE829;
}
.AnyTagClassName
{
color: #DAE829;
}
</style>
background-color css
<style>
a { background-color: #DAE829; }
a { background-color: rgb(218,232,41); }
div.DivClassName
{
background-color: #DAE829;
}
.BgClassName
{
background-color: #DAE829;
}
</style>
border-color css
<style>
span { border-color: #DAE829; }
span { border-color: rgb(218,232,41); }
td.TdClassName
{
border-color: #DAE829;
}
.TagClassName
{
border-color: #DAE829;
}
</style>