Shades of Pear #DAE315
Tints of Pear #DAE315
RGB
CMYK
RGB Variations
Color information
#DAE315 (or 0xDAE315) is known color: Pear. HEX triplet: DA, E3 and 15. RGB value is (218,227,21). Sum of RGB (Red+Green+Blue) = 218+227+21=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE315 is #251CEA. Grayscale: #C9C9C9. Windows color (decimal): -2432235 or 1434586. OLE color: 1434586.
HSL color Cylindrical-coordinate representation of color #DAE315: hue angle of 62.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAE315 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 21 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.11 |
| HSL | 62.62º | 0.83% | 0.49% | - |
| HSV(B) | 62.62º | 0.91% | 0.89% | - |
| XYZ | 56.52 | 69.9 | 11.22 | - |
| YUV | 200.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 21 | 0.04 | 0 | 0.91 | 0.11 | 62.62 | 0.83 | 0.49 |
| Hex | DA | E3 | 15 | 4 | 0 | 5B | B | 3F | 53 | 31 |
| Octal | 332 | 343 | 25 | 4 | 0 | 133 | 13 | 77 | 123 | 61 |
| Binary | 11011010 | 11100011 | 10101 | 100 | 0 | 1011011 | 1011 | 111111 | 1010011 | 110001 |
Color Harmonies of #DAE315
Complementary color
Monochromatic Colors of #DAE315
Black with #DAE315
Text Example
Text Example
White with #DAE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE315; }
p { color: rgb(218,227,21); }
H1.HeaderClassName
{
color: #DAE315;
}
.AnyTagClassName
{
color: #DAE315;
}
</style>
background-color css
<style>
a { background-color: #DAE315; }
a { background-color: rgb(218,227,21); }
div.DivClassName
{
background-color: #DAE315;
}
.BgClassName
{
background-color: #DAE315;
}
</style>
border-color css
<style>
span { border-color: #DAE315; }
span { border-color: rgb(218,227,21); }
td.TdClassName
{
border-color: #DAE315;
}
.TagClassName
{
border-color: #DAE315;
}
</style>