Shades of Pear #DAE025
Tints of Pear #DAE025
RGB
CMYK
RGB Variations
Color information
#DAE025 (or 0xDAE025) is known color: Pear. HEX triplet: DA, E0 and 25. RGB value is (218,224,37). Sum of RGB (Red+Green+Blue) = 218+224+37=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE025 is #251FDA. Grayscale: #C9C9C9. Windows color (decimal): -2432987 or 2482394. OLE color: 2482394.
HSL color Cylindrical-coordinate representation of color #DAE025: hue angle of 61.93º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAE025 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 37 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.12 |
| HSL | 61.93º | 0.75% | 0.51% | - |
| HSV(B) | 61.93º | 0.83% | 0.88% | - |
| XYZ | 55.9 | 68.35 | 12 | - |
| YUV | 200.89 | 35.51 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 37 | 0.03 | 0 | 0.83 | 0.12 | 61.93 | 0.75 | 0.51 |
| Hex | DA | E0 | 25 | 3 | 0 | 53 | C | 3E | 4B | 33 |
| Octal | 332 | 340 | 45 | 3 | 0 | 123 | 14 | 76 | 113 | 63 |
| Binary | 11011010 | 11100000 | 100101 | 11 | 0 | 1010011 | 1100 | 111110 | 1001011 | 110011 |
Color Harmonies of #DAE025
Complementary color
Monochromatic Colors of #DAE025
Black with #DAE025
Text Example
Text Example
White with #DAE025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE025; }
p { color: rgb(218,224,37); }
H1.HeaderClassName
{
color: #DAE025;
}
.AnyTagClassName
{
color: #DAE025;
}
</style>
background-color css
<style>
a { background-color: #DAE025; }
a { background-color: rgb(218,224,37); }
div.DivClassName
{
background-color: #DAE025;
}
.BgClassName
{
background-color: #DAE025;
}
</style>
border-color css
<style>
span { border-color: #DAE025; }
span { border-color: rgb(218,224,37); }
td.TdClassName
{
border-color: #DAE025;
}
.TagClassName
{
border-color: #DAE025;
}
</style>