Shades of Pear #DAE916
Tints of Pear #DAE916
RGB
CMYK
RGB Variations
Color information
#DAE916 (or 0xDAE916) is known color: Pear. HEX triplet: DA, E9 and 16. RGB value is (218,233,22). Sum of RGB (Red+Green+Blue) = 218+233+22=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE916 is #2516E9. Grayscale: #CDCDCD. Windows color (decimal): -2430698 or 1501658. OLE color: 1501658.
HSL color Cylindrical-coordinate representation of color #DAE916: hue angle of 64.27º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAE916 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 22 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.09 |
| HSL | 64.27º | 0.83% | 0.5% | - |
| HSV(B) | 64.27º | 0.91% | 0.91% | - |
| XYZ | 58.2 | 73.24 | 11.83 | - |
| YUV | 204.46 | 25.03 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 22 | 0.06 | 0 | 0.91 | 0.09 | 64.27 | 0.83 | 0.5 |
| Hex | DA | E9 | 16 | 6 | 0 | 5B | 9 | 40 | 53 | 32 |
| Octal | 332 | 351 | 26 | 6 | 0 | 133 | 11 | 100 | 123 | 62 |
| Binary | 11011010 | 11101001 | 10110 | 110 | 0 | 1011011 | 1001 | 1000000 | 1010011 | 110010 |
Color Harmonies of #DAE916
Complementary color
Monochromatic Colors of #DAE916
Black with #DAE916
Text Example
Text Example
White with #DAE916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE916; }
p { color: rgb(218,233,22); }
H1.HeaderClassName
{
color: #DAE916;
}
.AnyTagClassName
{
color: #DAE916;
}
</style>
background-color css
<style>
a { background-color: #DAE916; }
a { background-color: rgb(218,233,22); }
div.DivClassName
{
background-color: #DAE916;
}
.BgClassName
{
background-color: #DAE916;
}
</style>
border-color css
<style>
span { border-color: #DAE916; }
span { border-color: rgb(218,233,22); }
td.TdClassName
{
border-color: #DAE916;
}
.TagClassName
{
border-color: #DAE916;
}
</style>