Shades of Pear #DAE71A
Tints of Pear #DAE71A
RGB
CMYK
RGB Variations
Color information
#DAE71A (or 0xDAE71A) is known color: Pear. HEX triplet: DA, E7 and 1A. RGB value is (218,231,26). Sum of RGB (Red+Green+Blue) = 218+231+26=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE71A is #2518E5. Grayscale: #CCCCCC. Windows color (decimal): -2431206 or 1763290. OLE color: 1763290.
HSL color Cylindrical-coordinate representation of color #DAE71A: hue angle of 63.8º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAE71A is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 26 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.09 |
| HSL | 63.8º | 0.81% | 0.5% | - |
| HSV(B) | 63.8º | 0.89% | 0.91% | - |
| XYZ | 57.68 | 72.13 | 11.86 | - |
| YUV | 203.74 | 27.69 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 26 | 0.06 | 0 | 0.89 | 0.09 | 63.8 | 0.81 | 0.5 |
| Hex | DA | E7 | 1A | 6 | 0 | 59 | 9 | 40 | 51 | 32 |
| Octal | 332 | 347 | 32 | 6 | 0 | 131 | 11 | 100 | 121 | 62 |
| Binary | 11011010 | 11100111 | 11010 | 110 | 0 | 1011001 | 1001 | 1000000 | 1010001 | 110010 |
Color Harmonies of #DAE71A
Complementary color
Monochromatic Colors of #DAE71A
Black with #DAE71A
Text Example
Text Example
White with #DAE71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE71A; }
p { color: rgb(218,231,26); }
H1.HeaderClassName
{
color: #DAE71A;
}
.AnyTagClassName
{
color: #DAE71A;
}
</style>
background-color css
<style>
a { background-color: #DAE71A; }
a { background-color: rgb(218,231,26); }
div.DivClassName
{
background-color: #DAE71A;
}
.BgClassName
{
background-color: #DAE71A;
}
</style>
border-color css
<style>
span { border-color: #DAE71A; }
span { border-color: rgb(218,231,26); }
td.TdClassName
{
border-color: #DAE71A;
}
.TagClassName
{
border-color: #DAE71A;
}
</style>