Shades of Pear #DAE53A
Tints of Pear #DAE53A
RGB
CMYK
RGB Variations
Color information
#DAE53A (or 0xDAE53A) is known color: Pear. HEX triplet: DA, E5 and 3A. RGB value is (218,229,58). Sum of RGB (Red+Green+Blue) = 218+229+58=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE53A is #251AC5. Grayscale: #CECECE. Windows color (decimal): -2431686 or 3859930. OLE color: 3859930.
HSL color Cylindrical-coordinate representation of color #DAE53A: hue angle of 63.86º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAE53A is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 58 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.10 |
| HSL | 63.86º | 0.77% | 0.56% | - |
| HSV(B) | 63.86º | 0.75% | 0.9% | - |
| XYZ | 57.7 | 71.25 | 14.71 | - |
| YUV | 206.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 58 | 0.05 | 0 | 0.75 | 0.10 | 63.86 | 0.77 | 0.56 |
| Hex | DA | E5 | 3A | 5 | 0 | 4B | A | 40 | 4D | 38 |
| Octal | 332 | 345 | 72 | 5 | 0 | 113 | 12 | 100 | 115 | 70 |
| Binary | 11011010 | 11100101 | 111010 | 101 | 0 | 1001011 | 1010 | 1000000 | 1001101 | 111000 |
Color Harmonies of #DAE53A
Complementary color
Monochromatic Colors of #DAE53A
Black with #DAE53A
Text Example
Text Example
White with #DAE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE53A; }
p { color: rgb(218,229,58); }
H1.HeaderClassName
{
color: #DAE53A;
}
.AnyTagClassName
{
color: #DAE53A;
}
</style>
background-color css
<style>
a { background-color: #DAE53A; }
a { background-color: rgb(218,229,58); }
div.DivClassName
{
background-color: #DAE53A;
}
.BgClassName
{
background-color: #DAE53A;
}
</style>
border-color css
<style>
span { border-color: #DAE53A; }
span { border-color: rgb(218,229,58); }
td.TdClassName
{
border-color: #DAE53A;
}
.TagClassName
{
border-color: #DAE53A;
}
</style>