Shades of Pear #DAE115
Tints of Pear #DAE115
RGB
CMYK
RGB Variations
Color information
#DAE115 (or 0xDAE115) is known color: Pear. HEX triplet: DA, E1 and 15. RGB value is (218,225,21). Sum of RGB (Red+Green+Blue) = 218+225+21=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE115 is #251EEA. Grayscale: #C8C8C8. Windows color (decimal): -2432747 or 1434074. OLE color: 1434074.
HSL color Cylindrical-coordinate representation of color #DAE115: hue angle of 62.06º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAE115 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.12 |
| HSL | 62.06º | 0.83% | 0.48% | - |
| HSV(B) | 62.06º | 0.91% | 0.88% | - |
| XYZ | 55.97 | 68.81 | 11.04 | - |
| YUV | 199.65 | 27.18 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 21 | 0.03 | 0 | 0.91 | 0.12 | 62.06 | 0.83 | 0.48 |
| Hex | DA | E1 | 15 | 3 | 0 | 5B | C | 3E | 53 | 30 |
| Octal | 332 | 341 | 25 | 3 | 0 | 133 | 14 | 76 | 123 | 60 |
| Binary | 11011010 | 11100001 | 10101 | 11 | 0 | 1011011 | 1100 | 111110 | 1010011 | 110000 |
Color Harmonies of #DAE115
Complementary color
Monochromatic Colors of #DAE115
Black with #DAE115
Text Example
Text Example
White with #DAE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE115; }
p { color: rgb(218,225,21); }
H1.HeaderClassName
{
color: #DAE115;
}
.AnyTagClassName
{
color: #DAE115;
}
</style>
background-color css
<style>
a { background-color: #DAE115; }
a { background-color: rgb(218,225,21); }
div.DivClassName
{
background-color: #DAE115;
}
.BgClassName
{
background-color: #DAE115;
}
</style>
border-color css
<style>
span { border-color: #DAE115; }
span { border-color: rgb(218,225,21); }
td.TdClassName
{
border-color: #DAE115;
}
.TagClassName
{
border-color: #DAE115;
}
</style>