Shades of Pear #DAE93F
Tints of Pear #DAE93F
RGB
CMYK
RGB Variations
Color information
#DAE93F (or 0xDAE93F) is known color: Pear. HEX triplet: DA, E9 and 3F. RGB value is (218,233,63). Sum of RGB (Red+Green+Blue) = 218+233+63=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE93F is #2516C0. Grayscale: #D1D1D1. Windows color (decimal): -2430657 or 4188634. OLE color: 4188634.
HSL color Cylindrical-coordinate representation of color #DAE93F: hue angle of 65.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE93F is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 63 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.09 |
| HSL | 65.29º | 0.79% | 0.58% | - |
| HSV(B) | 65.29º | 0.73% | 0.91% | - |
| XYZ | 58.95 | 73.54 | 15.79 | - |
| YUV | 209.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 63 | 0.06 | 0 | 0.73 | 0.09 | 65.29 | 0.79 | 0.58 |
| Hex | DA | E9 | 3F | 6 | 0 | 49 | 9 | 41 | 4F | 3A |
| Octal | 332 | 351 | 77 | 6 | 0 | 111 | 11 | 101 | 117 | 72 |
| Binary | 11011010 | 11101001 | 111111 | 110 | 0 | 1001001 | 1001 | 1000001 | 1001111 | 111010 |
Color Harmonies of #DAE93F
Complementary color
Monochromatic Colors of #DAE93F
Black with #DAE93F
Text Example
Text Example
White with #DAE93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE93F; }
p { color: rgb(218,233,63); }
H1.HeaderClassName
{
color: #DAE93F;
}
.AnyTagClassName
{
color: #DAE93F;
}
</style>
background-color css
<style>
a { background-color: #DAE93F; }
a { background-color: rgb(218,233,63); }
div.DivClassName
{
background-color: #DAE93F;
}
.BgClassName
{
background-color: #DAE93F;
}
</style>
border-color css
<style>
span { border-color: #DAE93F; }
span { border-color: rgb(218,233,63); }
td.TdClassName
{
border-color: #DAE93F;
}
.TagClassName
{
border-color: #DAE93F;
}
</style>