Shades of Pear #DAE128
Tints of Pear #DAE128
RGB
CMYK
RGB Variations
Color information
#DAE128 (or 0xDAE128) is known color: Pear. HEX triplet: DA, E1 and 28. RGB value is (218,225,40). Sum of RGB (Red+Green+Blue) = 218+225+40=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE128 is #251ED7. Grayscale: #CACACA. Windows color (decimal): -2432728 or 2679258. OLE color: 2679258.
HSL color Cylindrical-coordinate representation of color #DAE128: hue angle of 62.27º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAE128 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 40 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.12 |
| HSL | 62.27º | 0.76% | 0.52% | - |
| HSV(B) | 62.27º | 0.82% | 0.88% | - |
| XYZ | 56.22 | 68.91 | 12.35 | - |
| YUV | 201.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 40 | 0.03 | 0 | 0.82 | 0.12 | 62.27 | 0.76 | 0.52 |
| Hex | DA | E1 | 28 | 3 | 0 | 52 | C | 3E | 4C | 34 |
| Octal | 332 | 341 | 50 | 3 | 0 | 122 | 14 | 76 | 114 | 64 |
| Binary | 11011010 | 11100001 | 101000 | 11 | 0 | 1010010 | 1100 | 111110 | 1001100 | 110100 |
Color Harmonies of #DAE128
Complementary color
Monochromatic Colors of #DAE128
Black with #DAE128
Text Example
Text Example
White with #DAE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE128; }
p { color: rgb(218,225,40); }
H1.HeaderClassName
{
color: #DAE128;
}
.AnyTagClassName
{
color: #DAE128;
}
</style>
background-color css
<style>
a { background-color: #DAE128; }
a { background-color: rgb(218,225,40); }
div.DivClassName
{
background-color: #DAE128;
}
.BgClassName
{
background-color: #DAE128;
}
</style>
border-color css
<style>
span { border-color: #DAE128; }
span { border-color: rgb(218,225,40); }
td.TdClassName
{
border-color: #DAE128;
}
.TagClassName
{
border-color: #DAE128;
}
</style>