Shades of Pear #DAE828
Tints of Pear #DAE828
RGB
CMYK
RGB Variations
Color information
#DAE828 (or 0xDAE828) is known color: Pear. HEX triplet: DA, E8 and 28. RGB value is (218,232,40). Sum of RGB (Red+Green+Blue) = 218+232+40=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE828 is #2517D7. Grayscale: #CECECE. Windows color (decimal): -2430936 or 2681050. OLE color: 2681050.
HSL color Cylindrical-coordinate representation of color #DAE828: hue angle of 64.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAE828 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 40 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.09 |
| HSL | 64.38º | 0.81% | 0.53% | - |
| HSV(B) | 64.38º | 0.83% | 0.91% | - |
| XYZ | 58.15 | 72.77 | 12.99 | - |
| YUV | 205.93 | 34.36 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 40 | 0.06 | 0 | 0.83 | 0.09 | 64.38 | 0.81 | 0.53 |
| Hex | DA | E8 | 28 | 6 | 0 | 53 | 9 | 40 | 51 | 35 |
| Octal | 332 | 350 | 50 | 6 | 0 | 123 | 11 | 100 | 121 | 65 |
| Binary | 11011010 | 11101000 | 101000 | 110 | 0 | 1010011 | 1001 | 1000000 | 1010001 | 110101 |
Color Harmonies of #DAE828
Complementary color
Monochromatic Colors of #DAE828
Black with #DAE828
Text Example
Text Example
White with #DAE828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE828; }
p { color: rgb(218,232,40); }
H1.HeaderClassName
{
color: #DAE828;
}
.AnyTagClassName
{
color: #DAE828;
}
</style>
background-color css
<style>
a { background-color: #DAE828; }
a { background-color: rgb(218,232,40); }
div.DivClassName
{
background-color: #DAE828;
}
.BgClassName
{
background-color: #DAE828;
}
</style>
border-color css
<style>
span { border-color: #DAE828; }
span { border-color: rgb(218,232,40); }
td.TdClassName
{
border-color: #DAE828;
}
.TagClassName
{
border-color: #DAE828;
}
</style>