Shades of Pear #DAE413
Tints of Pear #DAE413
RGB
CMYK
RGB Variations
Color information
#DAE413 (or 0xDAE413) is known color: Pear. HEX triplet: DA, E4 and 13. RGB value is (218,228,19). Sum of RGB (Red+Green+Blue) = 218+228+19=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE413 is #251BEC. Grayscale: #CACACA. Windows color (decimal): -2431981 or 1303770. OLE color: 1303770.
HSL color Cylindrical-coordinate representation of color #DAE413: hue angle of 62.87º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAE413 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 19 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.11 |
| HSL | 62.87º | 0.85% | 0.48% | - |
| HSV(B) | 62.87º | 0.92% | 0.89% | - |
| XYZ | 56.77 | 70.44 | 11.22 | - |
| YUV | 201.18 | 25.19 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 19 | 0.04 | 0 | 0.92 | 0.11 | 62.87 | 0.85 | 0.48 |
| Hex | DA | E4 | 13 | 4 | 0 | 5C | B | 3F | 55 | 30 |
| Octal | 332 | 344 | 23 | 4 | 0 | 134 | 13 | 77 | 125 | 60 |
| Binary | 11011010 | 11100100 | 10011 | 100 | 0 | 1011100 | 1011 | 111111 | 1010101 | 110000 |
Color Harmonies of #DAE413
Complementary color
Monochromatic Colors of #DAE413
Black with #DAE413
Text Example
Text Example
White with #DAE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE413; }
p { color: rgb(218,228,19); }
H1.HeaderClassName
{
color: #DAE413;
}
.AnyTagClassName
{
color: #DAE413;
}
</style>
background-color css
<style>
a { background-color: #DAE413; }
a { background-color: rgb(218,228,19); }
div.DivClassName
{
background-color: #DAE413;
}
.BgClassName
{
background-color: #DAE413;
}
</style>
border-color css
<style>
span { border-color: #DAE413; }
span { border-color: rgb(218,228,19); }
td.TdClassName
{
border-color: #DAE413;
}
.TagClassName
{
border-color: #DAE413;
}
</style>