Shades of Pear #DAE429
Tints of Pear #DAE429
RGB
CMYK
RGB Variations
Color information
#DAE429 (or 0xDAE429) is known color: Pear. HEX triplet: DA, E4 and 29. RGB value is (218,228,41). Sum of RGB (Red+Green+Blue) = 218+228+41=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE429 is #251BD6. Grayscale: #CCCCCC. Windows color (decimal): -2431959 or 2745562. OLE color: 2745562.
HSL color Cylindrical-coordinate representation of color #DAE429: hue angle of 63.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAE429 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 41 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.11 |
| HSL | 63.21º | 0.78% | 0.53% | - |
| HSV(B) | 63.21º | 0.82% | 0.89% | - |
| XYZ | 57.06 | 70.55 | 12.71 | - |
| YUV | 203.69 | 36.19 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 41 | 0.04 | 0 | 0.82 | 0.11 | 63.21 | 0.78 | 0.53 |
| Hex | DA | E4 | 29 | 4 | 0 | 52 | B | 3F | 4E | 35 |
| Octal | 332 | 344 | 51 | 4 | 0 | 122 | 13 | 77 | 116 | 65 |
| Binary | 11011010 | 11100100 | 101001 | 100 | 0 | 1010010 | 1011 | 111111 | 1001110 | 110101 |
Color Harmonies of #DAE429
Complementary color
Monochromatic Colors of #DAE429
Black with #DAE429
Text Example
Text Example
White with #DAE429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE429; }
p { color: rgb(218,228,41); }
H1.HeaderClassName
{
color: #DAE429;
}
.AnyTagClassName
{
color: #DAE429;
}
</style>
background-color css
<style>
a { background-color: #DAE429; }
a { background-color: rgb(218,228,41); }
div.DivClassName
{
background-color: #DAE429;
}
.BgClassName
{
background-color: #DAE429;
}
</style>
border-color css
<style>
span { border-color: #DAE429; }
span { border-color: rgb(218,228,41); }
td.TdClassName
{
border-color: #DAE429;
}
.TagClassName
{
border-color: #DAE429;
}
</style>