Shades of Pear #DAE719
Tints of Pear #DAE719
RGB
CMYK
RGB Variations
Color information
#DAE719 (or 0xDAE719) is known color: Pear. HEX triplet: DA, E7 and 19. RGB value is (218,231,25). Sum of RGB (Red+Green+Blue) = 218+231+25=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE719 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE719 is #2518E6. Grayscale: #CCCCCC. Windows color (decimal): -2431207 or 1697754. OLE color: 1697754.
HSL color Cylindrical-coordinate representation of color #DAE719: hue angle of 63.79º 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 #DAE719 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 25 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.09 |
| HSL | 63.79º | 0.81% | 0.5% | - |
| HSV(B) | 63.79º | 0.89% | 0.91% | - |
| XYZ | 57.66 | 72.13 | 11.8 | - |
| YUV | 203.63 | 27.19 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 25 | 0.06 | 0 | 0.89 | 0.09 | 63.79 | 0.81 | 0.5 |
| Hex | DA | E7 | 19 | 6 | 0 | 59 | 9 | 40 | 51 | 32 |
| Octal | 332 | 347 | 31 | 6 | 0 | 131 | 11 | 100 | 121 | 62 |
| Binary | 11011010 | 11100111 | 11001 | 110 | 0 | 1011001 | 1001 | 1000000 | 1010001 | 110010 |
Color Harmonies of #DAE719
Complementary color
Monochromatic Colors of #DAE719
Black with #DAE719
Text Example
Text Example
White with #DAE719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE719; }
p { color: rgb(218,231,25); }
H1.HeaderClassName
{
color: #DAE719;
}
.AnyTagClassName
{
color: #DAE719;
}
</style>
background-color css
<style>
a { background-color: #DAE719; }
a { background-color: rgb(218,231,25); }
div.DivClassName
{
background-color: #DAE719;
}
.BgClassName
{
background-color: #DAE719;
}
</style>
border-color css
<style>
span { border-color: #DAE719; }
span { border-color: rgb(218,231,25); }
td.TdClassName
{
border-color: #DAE719;
}
.TagClassName
{
border-color: #DAE719;
}
</style>