Shades of Pear #DAE01E
Tints of Pear #DAE01E
RGB
CMYK
RGB Variations
Color information
#DAE01E (or 0xDAE01E) is known color: Pear. HEX triplet: DA, E0 and 1E. RGB value is (218,224,30). Sum of RGB (Red+Green+Blue) = 218+224+30=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 30 (12.11% from 255 or 6.36% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE01E is #251FE1. Grayscale: #C8C8C8. Windows color (decimal): -2432994 or 2023642. OLE color: 2023642.
HSL color Cylindrical-coordinate representation of color #DAE01E: hue angle of 61.86º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAE01E is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 30 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.12 |
| HSL | 61.86º | 0.76% | 0.5% | - |
| HSV(B) | 61.86º | 0.87% | 0.88% | - |
| XYZ | 55.8 | 68.31 | 11.47 | - |
| YUV | 200.09 | 32.01 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 30 | 0.03 | 0 | 0.87 | 0.12 | 61.86 | 0.76 | 0.5 |
| Hex | DA | E0 | 1E | 3 | 0 | 57 | C | 3E | 4C | 32 |
| Octal | 332 | 340 | 36 | 3 | 0 | 127 | 14 | 76 | 114 | 62 |
| Binary | 11011010 | 11100000 | 11110 | 11 | 0 | 1010111 | 1100 | 111110 | 1001100 | 110010 |
Color Harmonies of #DAE01E
Complementary color
Monochromatic Colors of #DAE01E
Black with #DAE01E
Text Example
Text Example
White with #DAE01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE01E; }
p { color: rgb(218,224,30); }
H1.HeaderClassName
{
color: #DAE01E;
}
.AnyTagClassName
{
color: #DAE01E;
}
</style>
background-color css
<style>
a { background-color: #DAE01E; }
a { background-color: rgb(218,224,30); }
div.DivClassName
{
background-color: #DAE01E;
}
.BgClassName
{
background-color: #DAE01E;
}
</style>
border-color css
<style>
span { border-color: #DAE01E; }
span { border-color: rgb(218,224,30); }
td.TdClassName
{
border-color: #DAE01E;
}
.TagClassName
{
border-color: #DAE01E;
}
</style>