Shades of Pear #DAE81C
Tints of Pear #DAE81C
RGB
CMYK
RGB Variations
Color information
#DAE81C (or 0xDAE81C) is known color: Pear. HEX triplet: DA, E8 and 1C. RGB value is (218,232,28). Sum of RGB (Red+Green+Blue) = 218+232+28=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE81C is #2517E3. Grayscale: #CDCDCD. Windows color (decimal): -2430948 or 1894618. OLE color: 1894618.
HSL color Cylindrical-coordinate representation of color #DAE81C: hue angle of 64.12º 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 #DAE81C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.09 |
| HSL | 64.12º | 0.82% | 0.51% | - |
| HSV(B) | 64.12º | 0.88% | 0.91% | - |
| XYZ | 57.98 | 72.7 | 12.08 | - |
| YUV | 204.56 | 28.36 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 28 | 0.06 | 0 | 0.88 | 0.09 | 64.12 | 0.82 | 0.51 |
| Hex | DA | E8 | 1C | 6 | 0 | 58 | 9 | 40 | 52 | 33 |
| Octal | 332 | 350 | 34 | 6 | 0 | 130 | 11 | 100 | 122 | 63 |
| Binary | 11011010 | 11101000 | 11100 | 110 | 0 | 1011000 | 1001 | 1000000 | 1010010 | 110011 |
Color Harmonies of #DAE81C
Complementary color
Monochromatic Colors of #DAE81C
Black with #DAE81C
Text Example
Text Example
White with #DAE81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE81C; }
p { color: rgb(218,232,28); }
H1.HeaderClassName
{
color: #DAE81C;
}
.AnyTagClassName
{
color: #DAE81C;
}
</style>
background-color css
<style>
a { background-color: #DAE81C; }
a { background-color: rgb(218,232,28); }
div.DivClassName
{
background-color: #DAE81C;
}
.BgClassName
{
background-color: #DAE81C;
}
</style>
border-color css
<style>
span { border-color: #DAE81C; }
span { border-color: rgb(218,232,28); }
td.TdClassName
{
border-color: #DAE81C;
}
.TagClassName
{
border-color: #DAE81C;
}
</style>