Shades of Pear #DAE715
Tints of Pear #DAE715
RGB
CMYK
RGB Variations
Color information
#DAE715 (or 0xDAE715) is known color: Pear. HEX triplet: DA, E7 and 15. RGB value is (218,231,21). Sum of RGB (Red+Green+Blue) = 218+231+21=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE715 is #2518EA. Grayscale: #CCCCCC. Windows color (decimal): -2431211 or 1435610. OLE color: 1435610.
HSL color Cylindrical-coordinate representation of color #DAE715: hue angle of 63.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAE715 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 21 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.09 |
| HSL | 63.71º | 0.83% | 0.49% | - |
| HSV(B) | 63.71º | 0.91% | 0.91% | - |
| XYZ | 57.62 | 72.11 | 11.59 | - |
| YUV | 203.17 | 25.19 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 21 | 0.06 | 0 | 0.91 | 0.09 | 63.71 | 0.83 | 0.49 |
| Hex | DA | E7 | 15 | 6 | 0 | 5B | 9 | 40 | 53 | 31 |
| Octal | 332 | 347 | 25 | 6 | 0 | 133 | 11 | 100 | 123 | 61 |
| Binary | 11011010 | 11100111 | 10101 | 110 | 0 | 1011011 | 1001 | 1000000 | 1010011 | 110001 |
Color Harmonies of #DAE715
Complementary color
Monochromatic Colors of #DAE715
Black with #DAE715
Text Example
Text Example
White with #DAE715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE715; }
p { color: rgb(218,231,21); }
H1.HeaderClassName
{
color: #DAE715;
}
.AnyTagClassName
{
color: #DAE715;
}
</style>
background-color css
<style>
a { background-color: #DAE715; }
a { background-color: rgb(218,231,21); }
div.DivClassName
{
background-color: #DAE715;
}
.BgClassName
{
background-color: #DAE715;
}
</style>
border-color css
<style>
span { border-color: #DAE715; }
span { border-color: rgb(218,231,21); }
td.TdClassName
{
border-color: #DAE715;
}
.TagClassName
{
border-color: #DAE715;
}
</style>