Shades of Pear #DAE91B
Tints of Pear #DAE91B
RGB
CMYK
RGB Variations
Color information
#DAE91B (or 0xDAE91B) is known color: Pear. HEX triplet: DA, E9 and 1B. RGB value is (218,233,27). Sum of RGB (Red+Green+Blue) = 218+233+27=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE91B is #2516E4. Grayscale: #CDCDCD. Windows color (decimal): -2430693 or 1829338. OLE color: 1829338.
HSL color Cylindrical-coordinate representation of color #DAE91B: hue angle of 64.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAE91B is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 27 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.09 |
| HSL | 64.37º | 0.82% | 0.51% | - |
| HSV(B) | 64.37º | 0.88% | 0.91% | - |
| XYZ | 58.25 | 73.26 | 12.11 | - |
| YUV | 205.03 | 27.53 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 27 | 0.06 | 0 | 0.88 | 0.09 | 64.37 | 0.82 | 0.51 |
| Hex | DA | E9 | 1B | 6 | 0 | 58 | 9 | 40 | 52 | 33 |
| Octal | 332 | 351 | 33 | 6 | 0 | 130 | 11 | 100 | 122 | 63 |
| Binary | 11011010 | 11101001 | 11011 | 110 | 0 | 1011000 | 1001 | 1000000 | 1010010 | 110011 |
Color Harmonies of #DAE91B
Complementary color
Monochromatic Colors of #DAE91B
Black with #DAE91B
Text Example
Text Example
White with #DAE91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE91B; }
p { color: rgb(218,233,27); }
H1.HeaderClassName
{
color: #DAE91B;
}
.AnyTagClassName
{
color: #DAE91B;
}
</style>
background-color css
<style>
a { background-color: #DAE91B; }
a { background-color: rgb(218,233,27); }
div.DivClassName
{
background-color: #DAE91B;
}
.BgClassName
{
background-color: #DAE91B;
}
</style>
border-color css
<style>
span { border-color: #DAE91B; }
span { border-color: rgb(218,233,27); }
td.TdClassName
{
border-color: #DAE91B;
}
.TagClassName
{
border-color: #DAE91B;
}
</style>