Shades of Pear #DAE53B
Tints of Pear #DAE53B
RGB
CMYK
RGB Variations
Color information
#DAE53B (or 0xDAE53B) is known color: Pear. HEX triplet: DA, E5 and 3B. RGB value is (218,229,59). Sum of RGB (Red+Green+Blue) = 218+229+59=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE53B is #251AC4. Grayscale: #CFCFCF. Windows color (decimal): -2431685 or 3925466. OLE color: 3925466.
HSL color Cylindrical-coordinate representation of color #DAE53B: hue angle of 63.88º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAE53B is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 59 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.10 |
| HSL | 63.88º | 0.77% | 0.56% | - |
| HSV(B) | 63.88º | 0.74% | 0.9% | - |
| XYZ | 57.72 | 71.26 | 14.85 | - |
| YUV | 206.33 | 44.86 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 59 | 0.05 | 0 | 0.74 | 0.10 | 63.88 | 0.77 | 0.56 |
| Hex | DA | E5 | 3B | 5 | 0 | 4A | A | 40 | 4D | 38 |
| Octal | 332 | 345 | 73 | 5 | 0 | 112 | 12 | 100 | 115 | 70 |
| Binary | 11011010 | 11100101 | 111011 | 101 | 0 | 1001010 | 1010 | 1000000 | 1001101 | 111000 |
Color Harmonies of #DAE53B
Complementary color
Monochromatic Colors of #DAE53B
Black with #DAE53B
Text Example
Text Example
White with #DAE53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE53B; }
p { color: rgb(218,229,59); }
H1.HeaderClassName
{
color: #DAE53B;
}
.AnyTagClassName
{
color: #DAE53B;
}
</style>
background-color css
<style>
a { background-color: #DAE53B; }
a { background-color: rgb(218,229,59); }
div.DivClassName
{
background-color: #DAE53B;
}
.BgClassName
{
background-color: #DAE53B;
}
</style>
border-color css
<style>
span { border-color: #DAE53B; }
span { border-color: rgb(218,229,59); }
td.TdClassName
{
border-color: #DAE53B;
}
.TagClassName
{
border-color: #DAE53B;
}
</style>