Shades of Pear #DAE71E
Tints of Pear #DAE71E
RGB
CMYK
RGB Variations
Color information
#DAE71E (or 0xDAE71E) is known color: Pear. HEX triplet: DA, E7 and 1E. RGB value is (218,231,30). Sum of RGB (Red+Green+Blue) = 218+231+30=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE71E is #2518E1. Grayscale: #CCCCCC. Windows color (decimal): -2431202 or 2025434. OLE color: 2025434.
HSL color Cylindrical-coordinate representation of color #DAE71E: hue angle of 63.88º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAE71E is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 30 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.09 |
| HSL | 63.88º | 0.81% | 0.51% | - |
| HSV(B) | 63.88º | 0.87% | 0.91% | - |
| XYZ | 57.72 | 72.15 | 12.11 | - |
| YUV | 204.2 | 29.69 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 30 | 0.06 | 0 | 0.87 | 0.09 | 63.88 | 0.81 | 0.51 |
| Hex | DA | E7 | 1E | 6 | 0 | 57 | 9 | 40 | 51 | 33 |
| Octal | 332 | 347 | 36 | 6 | 0 | 127 | 11 | 100 | 121 | 63 |
| Binary | 11011010 | 11100111 | 11110 | 110 | 0 | 1010111 | 1001 | 1000000 | 1010001 | 110011 |
Color Harmonies of #DAE71E
Complementary color
Monochromatic Colors of #DAE71E
Black with #DAE71E
Text Example
Text Example
White with #DAE71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE71E; }
p { color: rgb(218,231,30); }
H1.HeaderClassName
{
color: #DAE71E;
}
.AnyTagClassName
{
color: #DAE71E;
}
</style>
background-color css
<style>
a { background-color: #DAE71E; }
a { background-color: rgb(218,231,30); }
div.DivClassName
{
background-color: #DAE71E;
}
.BgClassName
{
background-color: #DAE71E;
}
</style>
border-color css
<style>
span { border-color: #DAE71E; }
span { border-color: rgb(218,231,30); }
td.TdClassName
{
border-color: #DAE71E;
}
.TagClassName
{
border-color: #DAE71E;
}
</style>