Shades of Pear #DAE73F
Tints of Pear #DAE73F
RGB
CMYK
RGB Variations
Color information
#DAE73F (or 0xDAE73F) is known color: Pear. HEX triplet: DA, E7 and 3F. RGB value is (218,231,63). Sum of RGB (Red+Green+Blue) = 218+231+63=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE73F is #2518C0. Grayscale: #D0D0D0. Windows color (decimal): -2431169 or 4188122. OLE color: 4188122.
HSL color Cylindrical-coordinate representation of color #DAE73F: hue angle of 64.64º degrees, saturation: 0.78, 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 #DAE73F is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 63 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.09 |
| HSL | 64.64º | 0.78% | 0.58% | - |
| HSV(B) | 64.64º | 0.73% | 0.91% | - |
| XYZ | 58.39 | 72.42 | 15.6 | - |
| YUV | 207.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 63 | 0.06 | 0 | 0.73 | 0.09 | 64.64 | 0.78 | 0.58 |
| Hex | DA | E7 | 3F | 6 | 0 | 49 | 9 | 41 | 4E | 3A |
| Octal | 332 | 347 | 77 | 6 | 0 | 111 | 11 | 101 | 116 | 72 |
| Binary | 11011010 | 11100111 | 111111 | 110 | 0 | 1001001 | 1001 | 1000001 | 1001110 | 111010 |
Color Harmonies of #DAE73F
Complementary color
Monochromatic Colors of #DAE73F
Black with #DAE73F
Text Example
Text Example
White with #DAE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE73F; }
p { color: rgb(218,231,63); }
H1.HeaderClassName
{
color: #DAE73F;
}
.AnyTagClassName
{
color: #DAE73F;
}
</style>
background-color css
<style>
a { background-color: #DAE73F; }
a { background-color: rgb(218,231,63); }
div.DivClassName
{
background-color: #DAE73F;
}
.BgClassName
{
background-color: #DAE73F;
}
</style>
border-color css
<style>
span { border-color: #DAE73F; }
span { border-color: rgb(218,231,63); }
td.TdClassName
{
border-color: #DAE73F;
}
.TagClassName
{
border-color: #DAE73F;
}
</style>