Shades of Pear #DAE81B
Tints of Pear #DAE81B
RGB
CMYK
RGB Variations
Color information
#DAE81B (or 0xDAE81B) is known color: Pear. HEX triplet: DA, E8 and 1B. RGB value is (218,232,27). Sum of RGB (Red+Green+Blue) = 218+232+27=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE81B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE81B is #2517E4. Grayscale: #CDCDCD. Windows color (decimal): -2430949 or 1829082. OLE color: 1829082.
HSL color Cylindrical-coordinate representation of color #DAE81B: hue angle of 64.1º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAE81B is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 27 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.09 |
| HSL | 64.1º | 0.82% | 0.51% | - |
| HSV(B) | 64.1º | 0.88% | 0.91% | - |
| XYZ | 57.97 | 72.7 | 12.01 | - |
| YUV | 204.44 | 27.86 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 27 | 0.06 | 0 | 0.88 | 0.09 | 64.1 | 0.82 | 0.51 |
| Hex | DA | E8 | 1B | 6 | 0 | 58 | 9 | 40 | 52 | 33 |
| Octal | 332 | 350 | 33 | 6 | 0 | 130 | 11 | 100 | 122 | 63 |
| Binary | 11011010 | 11101000 | 11011 | 110 | 0 | 1011000 | 1001 | 1000000 | 1010010 | 110011 |
Color Harmonies of #DAE81B
Complementary color
Monochromatic Colors of #DAE81B
Black with #DAE81B
Text Example
Text Example
White with #DAE81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE81B; }
p { color: rgb(218,232,27); }
H1.HeaderClassName
{
color: #DAE81B;
}
.AnyTagClassName
{
color: #DAE81B;
}
</style>
background-color css
<style>
a { background-color: #DAE81B; }
a { background-color: rgb(218,232,27); }
div.DivClassName
{
background-color: #DAE81B;
}
.BgClassName
{
background-color: #DAE81B;
}
</style>
border-color css
<style>
span { border-color: #DAE81B; }
span { border-color: rgb(218,232,27); }
td.TdClassName
{
border-color: #DAE81B;
}
.TagClassName
{
border-color: #DAE81B;
}
</style>