Shades of Pear #DAE929
Tints of Pear #DAE929
RGB
CMYK
RGB Variations
Color information
#DAE929 (or 0xDAE929) is known color: Pear. HEX triplet: DA, E9 and 29. RGB value is (218,233,41). Sum of RGB (Red+Green+Blue) = 218+233+41=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE929 is #2516D6. Grayscale: #CFCFCF. Windows color (decimal): -2430679 or 2746842. OLE color: 2746842.
HSL color Cylindrical-coordinate representation of color #DAE929: hue angle of 64.69º 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 #DAE929 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 41 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.09 |
| HSL | 64.69º | 0.81% | 0.54% | - |
| HSV(B) | 64.69º | 0.82% | 0.91% | - |
| XYZ | 58.45 | 73.34 | 13.17 | - |
| YUV | 206.63 | 34.53 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 41 | 0.06 | 0 | 0.82 | 0.09 | 64.69 | 0.81 | 0.54 |
| Hex | DA | E9 | 29 | 6 | 0 | 52 | 9 | 41 | 51 | 36 |
| Octal | 332 | 351 | 51 | 6 | 0 | 122 | 11 | 101 | 121 | 66 |
| Binary | 11011010 | 11101001 | 101001 | 110 | 0 | 1010010 | 1001 | 1000001 | 1010001 | 110110 |
Color Harmonies of #DAE929
Complementary color
Monochromatic Colors of #DAE929
Black with #DAE929
Text Example
Text Example
White with #DAE929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE929; }
p { color: rgb(218,233,41); }
H1.HeaderClassName
{
color: #DAE929;
}
.AnyTagClassName
{
color: #DAE929;
}
</style>
background-color css
<style>
a { background-color: #DAE929; }
a { background-color: rgb(218,233,41); }
div.DivClassName
{
background-color: #DAE929;
}
.BgClassName
{
background-color: #DAE929;
}
</style>
border-color css
<style>
span { border-color: #DAE929; }
span { border-color: rgb(218,233,41); }
td.TdClassName
{
border-color: #DAE929;
}
.TagClassName
{
border-color: #DAE929;
}
</style>