Shades of Pear #DAE318
Tints of Pear #DAE318
RGB
CMYK
RGB Variations
Color information
#DAE318 (or 0xDAE318) is known color: Pear. HEX triplet: DA, E3 and 18. RGB value is (218,227,24). Sum of RGB (Red+Green+Blue) = 218+227+24=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE318 is #251CE7. Grayscale: #C9C9C9. Windows color (decimal): -2432232 or 1631194. OLE color: 1631194.
HSL color Cylindrical-coordinate representation of color #DAE318: hue angle of 62.66º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAE318 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 24 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.11 |
| HSL | 62.66º | 0.81% | 0.49% | - |
| HSV(B) | 62.66º | 0.89% | 0.89% | - |
| XYZ | 56.55 | 69.91 | 11.38 | - |
| YUV | 201.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 24 | 0.04 | 0 | 0.89 | 0.11 | 62.66 | 0.81 | 0.49 |
| Hex | DA | E3 | 18 | 4 | 0 | 59 | B | 3F | 51 | 31 |
| Octal | 332 | 343 | 30 | 4 | 0 | 131 | 13 | 77 | 121 | 61 |
| Binary | 11011010 | 11100011 | 11000 | 100 | 0 | 1011001 | 1011 | 111111 | 1010001 | 110001 |
Color Harmonies of #DAE318
Complementary color
Monochromatic Colors of #DAE318
Black with #DAE318
Text Example
Text Example
White with #DAE318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE318; }
p { color: rgb(218,227,24); }
H1.HeaderClassName
{
color: #DAE318;
}
.AnyTagClassName
{
color: #DAE318;
}
</style>
background-color css
<style>
a { background-color: #DAE318; }
a { background-color: rgb(218,227,24); }
div.DivClassName
{
background-color: #DAE318;
}
.BgClassName
{
background-color: #DAE318;
}
</style>
border-color css
<style>
span { border-color: #DAE318; }
span { border-color: rgb(218,227,24); }
td.TdClassName
{
border-color: #DAE318;
}
.TagClassName
{
border-color: #DAE318;
}
</style>