Shades of Pear #DAE217
Tints of Pear #DAE217
RGB
CMYK
RGB Variations
Color information
#DAE217 (or 0xDAE217) is known color: Pear. HEX triplet: DA, E2 and 17. RGB value is (218,226,23). Sum of RGB (Red+Green+Blue) = 218+226+23=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 23 (9.38% from 255 or 4.93% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE217 is #251DE8. Grayscale: #C9C9C9. Windows color (decimal): -2432489 or 1565402. OLE color: 1565402.
HSL color Cylindrical-coordinate representation of color #DAE217: hue angle of 62.36º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAE217 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 23 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.11 |
| HSL | 62.36º | 0.82% | 0.49% | - |
| HSV(B) | 62.36º | 0.9% | 0.89% | - |
| XYZ | 56.26 | 69.36 | 11.23 | - |
| YUV | 200.47 | 27.85 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 23 | 0.04 | 0 | 0.90 | 0.11 | 62.36 | 0.82 | 0.49 |
| Hex | DA | E2 | 17 | 4 | 0 | 5A | B | 3E | 52 | 31 |
| Octal | 332 | 342 | 27 | 4 | 0 | 132 | 13 | 76 | 122 | 61 |
| Binary | 11011010 | 11100010 | 10111 | 100 | 0 | 1011010 | 1011 | 111110 | 1010010 | 110001 |
Color Harmonies of #DAE217
Complementary color
Monochromatic Colors of #DAE217
Black with #DAE217
Text Example
Text Example
White with #DAE217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE217; }
p { color: rgb(218,226,23); }
H1.HeaderClassName
{
color: #DAE217;
}
.AnyTagClassName
{
color: #DAE217;
}
</style>
background-color css
<style>
a { background-color: #DAE217; }
a { background-color: rgb(218,226,23); }
div.DivClassName
{
background-color: #DAE217;
}
.BgClassName
{
background-color: #DAE217;
}
</style>
border-color css
<style>
span { border-color: #DAE217; }
span { border-color: rgb(218,226,23); }
td.TdClassName
{
border-color: #DAE217;
}
.TagClassName
{
border-color: #DAE217;
}
</style>