Shades of Pear #DAE425
Tints of Pear #DAE425
RGB
CMYK
RGB Variations
Color information
#DAE425 (or 0xDAE425) is known color: Pear. HEX triplet: DA, E4 and 25. RGB value is (218,228,37). Sum of RGB (Red+Green+Blue) = 218+228+37=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE425 is #251BDA. Grayscale: #CBCBCB. Windows color (decimal): -2431963 or 2483418. OLE color: 2483418.
HSL color Cylindrical-coordinate representation of color #DAE425: hue angle of 63.14º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAE425 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 37 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.11 |
| HSL | 63.14º | 0.78% | 0.52% | - |
| HSV(B) | 63.14º | 0.84% | 0.89% | - |
| XYZ | 56.99 | 70.53 | 12.36 | - |
| YUV | 203.24 | 34.19 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 37 | 0.04 | 0 | 0.84 | 0.11 | 63.14 | 0.78 | 0.52 |
| Hex | DA | E4 | 25 | 4 | 0 | 54 | B | 3F | 4E | 34 |
| Octal | 332 | 344 | 45 | 4 | 0 | 124 | 13 | 77 | 116 | 64 |
| Binary | 11011010 | 11100100 | 100101 | 100 | 0 | 1010100 | 1011 | 111111 | 1001110 | 110100 |
Color Harmonies of #DAE425
Complementary color
Monochromatic Colors of #DAE425
Black with #DAE425
Text Example
Text Example
White with #DAE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE425; }
p { color: rgb(218,228,37); }
H1.HeaderClassName
{
color: #DAE425;
}
.AnyTagClassName
{
color: #DAE425;
}
</style>
background-color css
<style>
a { background-color: #DAE425; }
a { background-color: rgb(218,228,37); }
div.DivClassName
{
background-color: #DAE425;
}
.BgClassName
{
background-color: #DAE425;
}
</style>
border-color css
<style>
span { border-color: #DAE425; }
span { border-color: rgb(218,228,37); }
td.TdClassName
{
border-color: #DAE425;
}
.TagClassName
{
border-color: #DAE425;
}
</style>