Shades of Pear #DAE52B
Tints of Pear #DAE52B
RGB
CMYK
RGB Variations
Color information
#DAE52B (or 0xDAE52B) is known color: Pear. HEX triplet: DA, E5 and 2B. RGB value is (218,229,43). Sum of RGB (Red+Green+Blue) = 218+229+43=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE52B is #251AD4. Grayscale: #CDCDCD. Windows color (decimal): -2431701 or 2876890. OLE color: 2876890.
HSL color Cylindrical-coordinate representation of color #DAE52B: hue angle of 63.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAE52B is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 43 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.10 |
| HSL | 63.55º | 0.78% | 0.53% | - |
| HSV(B) | 63.55º | 0.81% | 0.9% | - |
| XYZ | 57.37 | 71.12 | 12.99 | - |
| YUV | 204.51 | 36.86 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 43 | 0.05 | 0 | 0.81 | 0.10 | 63.55 | 0.78 | 0.53 |
| Hex | DA | E5 | 2B | 5 | 0 | 51 | A | 40 | 4E | 35 |
| Octal | 332 | 345 | 53 | 5 | 0 | 121 | 12 | 100 | 116 | 65 |
| Binary | 11011010 | 11100101 | 101011 | 101 | 0 | 1010001 | 1010 | 1000000 | 1001110 | 110101 |
Color Harmonies of #DAE52B
Complementary color
Monochromatic Colors of #DAE52B
Black with #DAE52B
Text Example
Text Example
White with #DAE52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE52B; }
p { color: rgb(218,229,43); }
H1.HeaderClassName
{
color: #DAE52B;
}
.AnyTagClassName
{
color: #DAE52B;
}
</style>
background-color css
<style>
a { background-color: #DAE52B; }
a { background-color: rgb(218,229,43); }
div.DivClassName
{
background-color: #DAE52B;
}
.BgClassName
{
background-color: #DAE52B;
}
</style>
border-color css
<style>
span { border-color: #DAE52B; }
span { border-color: rgb(218,229,43); }
td.TdClassName
{
border-color: #DAE52B;
}
.TagClassName
{
border-color: #DAE52B;
}
</style>