Shades of Pear #DAE426
Tints of Pear #DAE426
RGB
CMYK
RGB Variations
Color information
#DAE426 (or 0xDAE426) is known color: Pear. HEX triplet: DA, E4 and 26. RGB value is (218,228,38). Sum of RGB (Red+Green+Blue) = 218+228+38=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE426 is #251BD9. Grayscale: #CCCCCC. Windows color (decimal): -2431962 or 2548954. OLE color: 2548954.
HSL color Cylindrical-coordinate representation of color #DAE426: hue angle of 63.16º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAE426 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 38 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.11 |
| HSL | 63.16º | 0.78% | 0.52% | - |
| HSV(B) | 63.16º | 0.83% | 0.89% | - |
| XYZ | 57.01 | 70.53 | 12.44 | - |
| YUV | 203.35 | 34.69 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 38 | 0.04 | 0 | 0.83 | 0.11 | 63.16 | 0.78 | 0.52 |
| Hex | DA | E4 | 26 | 4 | 0 | 53 | B | 3F | 4E | 34 |
| Octal | 332 | 344 | 46 | 4 | 0 | 123 | 13 | 77 | 116 | 64 |
| Binary | 11011010 | 11100100 | 100110 | 100 | 0 | 1010011 | 1011 | 111111 | 1001110 | 110100 |
Color Harmonies of #DAE426
Complementary color
Monochromatic Colors of #DAE426
Black with #DAE426
Text Example
Text Example
White with #DAE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE426; }
p { color: rgb(218,228,38); }
H1.HeaderClassName
{
color: #DAE426;
}
.AnyTagClassName
{
color: #DAE426;
}
</style>
background-color css
<style>
a { background-color: #DAE426; }
a { background-color: rgb(218,228,38); }
div.DivClassName
{
background-color: #DAE426;
}
.BgClassName
{
background-color: #DAE426;
}
</style>
border-color css
<style>
span { border-color: #DAE426; }
span { border-color: rgb(218,228,38); }
td.TdClassName
{
border-color: #DAE426;
}
.TagClassName
{
border-color: #DAE426;
}
</style>