Shades of Pear #DAE51B
Tints of Pear #DAE51B
RGB
CMYK
RGB Variations
Color information
#DAE51B (or 0xDAE51B) is known color: Pear. HEX triplet: DA, E5 and 1B. RGB value is (218,229,27). Sum of RGB (Red+Green+Blue) = 218+229+27=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE51B is #251AE4. Grayscale: #CBCBCB. Windows color (decimal): -2431717 or 1828314. OLE color: 1828314.
HSL color Cylindrical-coordinate representation of color #DAE51B: hue angle of 63.27º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAE51B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.10 |
| HSL | 63.27º | 0.8% | 0.5% | - |
| HSV(B) | 63.27º | 0.88% | 0.9% | - |
| XYZ | 57.13 | 71.02 | 11.73 | - |
| YUV | 202.68 | 28.86 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 27 | 0.05 | 0 | 0.88 | 0.10 | 63.27 | 0.8 | 0.5 |
| Hex | DA | E5 | 1B | 5 | 0 | 58 | A | 3F | 50 | 32 |
| Octal | 332 | 345 | 33 | 5 | 0 | 130 | 12 | 77 | 120 | 62 |
| Binary | 11011010 | 11100101 | 11011 | 101 | 0 | 1011000 | 1010 | 111111 | 1010000 | 110010 |
Color Harmonies of #DAE51B
Complementary color
Monochromatic Colors of #DAE51B
Black with #DAE51B
Text Example
Text Example
White with #DAE51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE51B; }
p { color: rgb(218,229,27); }
H1.HeaderClassName
{
color: #DAE51B;
}
.AnyTagClassName
{
color: #DAE51B;
}
</style>
background-color css
<style>
a { background-color: #DAE51B; }
a { background-color: rgb(218,229,27); }
div.DivClassName
{
background-color: #DAE51B;
}
.BgClassName
{
background-color: #DAE51B;
}
</style>
border-color css
<style>
span { border-color: #DAE51B; }
span { border-color: rgb(218,229,27); }
td.TdClassName
{
border-color: #DAE51B;
}
.TagClassName
{
border-color: #DAE51B;
}
</style>