Shades of Pear #DAE619
Tints of Pear #DAE619
RGB
CMYK
RGB Variations
Color information
#DAE619 (or 0xDAE619) is known color: Pear. HEX triplet: DA, E6 and 19. RGB value is (218,230,25). Sum of RGB (Red+Green+Blue) = 218+230+25=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE619 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE619 is #2519E6. Grayscale: #CBCBCB. Windows color (decimal): -2431463 or 1697498. OLE color: 1697498.
HSL color Cylindrical-coordinate representation of color #DAE619: hue angle of 63.51º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAE619 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 25 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.10 |
| HSL | 63.51º | 0.8% | 0.5% | - |
| HSV(B) | 63.51º | 0.89% | 0.9% | - |
| XYZ | 57.39 | 71.57 | 11.71 | - |
| YUV | 203.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 25 | 0.05 | 0 | 0.89 | 0.10 | 63.51 | 0.8 | 0.5 |
| Hex | DA | E6 | 19 | 5 | 0 | 59 | A | 40 | 50 | 32 |
| Octal | 332 | 346 | 31 | 5 | 0 | 131 | 12 | 100 | 120 | 62 |
| Binary | 11011010 | 11100110 | 11001 | 101 | 0 | 1011001 | 1010 | 1000000 | 1010000 | 110010 |
Color Harmonies of #DAE619
Complementary color
Monochromatic Colors of #DAE619
Black with #DAE619
Text Example
Text Example
White with #DAE619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE619; }
p { color: rgb(218,230,25); }
H1.HeaderClassName
{
color: #DAE619;
}
.AnyTagClassName
{
color: #DAE619;
}
</style>
background-color css
<style>
a { background-color: #DAE619; }
a { background-color: rgb(218,230,25); }
div.DivClassName
{
background-color: #DAE619;
}
.BgClassName
{
background-color: #DAE619;
}
</style>
border-color css
<style>
span { border-color: #DAE619; }
span { border-color: rgb(218,230,25); }
td.TdClassName
{
border-color: #DAE619;
}
.TagClassName
{
border-color: #DAE619;
}
</style>