Shades of Pear #DAE515
Tints of Pear #DAE515
RGB
CMYK
RGB Variations
Color information
#DAE515 (or 0xDAE515) is known color: Pear. HEX triplet: DA, E5 and 15. RGB value is (218,229,21). Sum of RGB (Red+Green+Blue) = 218+229+21=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE515 is #251AEA. Grayscale: #CACACA. Windows color (decimal): -2431723 or 1435098. OLE color: 1435098.
HSL color Cylindrical-coordinate representation of color #DAE515: hue angle of 63.17º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAE515 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 21 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.10 |
| HSL | 63.17º | 0.83% | 0.49% | - |
| HSV(B) | 63.17º | 0.91% | 0.9% | - |
| XYZ | 57.07 | 71 | 11.41 | - |
| YUV | 202 | 25.86 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 21 | 0.05 | 0 | 0.91 | 0.10 | 63.17 | 0.83 | 0.49 |
| Hex | DA | E5 | 15 | 5 | 0 | 5B | A | 3F | 53 | 31 |
| Octal | 332 | 345 | 25 | 5 | 0 | 133 | 12 | 77 | 123 | 61 |
| Binary | 11011010 | 11100101 | 10101 | 101 | 0 | 1011011 | 1010 | 111111 | 1010011 | 110001 |
Color Harmonies of #DAE515
Complementary color
Monochromatic Colors of #DAE515
Black with #DAE515
Text Example
Text Example
White with #DAE515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE515; }
p { color: rgb(218,229,21); }
H1.HeaderClassName
{
color: #DAE515;
}
.AnyTagClassName
{
color: #DAE515;
}
</style>
background-color css
<style>
a { background-color: #DAE515; }
a { background-color: rgb(218,229,21); }
div.DivClassName
{
background-color: #DAE515;
}
.BgClassName
{
background-color: #DAE515;
}
</style>
border-color css
<style>
span { border-color: #DAE515; }
span { border-color: rgb(218,229,21); }
td.TdClassName
{
border-color: #DAE515;
}
.TagClassName
{
border-color: #DAE515;
}
</style>