Shades of Pear #DAE334
Tints of Pear #DAE334
RGB
CMYK
RGB Variations
Color information
#DAE334 (or 0xDAE334) is known color: Pear. HEX triplet: DA, E3 and 34. RGB value is (218,227,52). Sum of RGB (Red+Green+Blue) = 218+227+52=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE334 is #251CCB. Grayscale: #CDCDCD. Windows color (decimal): -2432204 or 3466202. OLE color: 3466202.
HSL color Cylindrical-coordinate representation of color #DAE334: hue angle of 63.09º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAE334 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 52 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.11 |
| HSL | 63.09º | 0.76% | 0.55% | - |
| HSV(B) | 63.09º | 0.77% | 0.89% | - |
| XYZ | 57 | 70.09 | 13.77 | - |
| YUV | 204.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 52 | 0.04 | 0 | 0.77 | 0.11 | 63.09 | 0.76 | 0.55 |
| Hex | DA | E3 | 34 | 4 | 0 | 4D | B | 3F | 4C | 37 |
| Octal | 332 | 343 | 64 | 4 | 0 | 115 | 13 | 77 | 114 | 67 |
| Binary | 11011010 | 11100011 | 110100 | 100 | 0 | 1001101 | 1011 | 111111 | 1001100 | 110111 |
Color Harmonies of #DAE334
Complementary color
Monochromatic Colors of #DAE334
Black with #DAE334
Text Example
Text Example
White with #DAE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE334; }
p { color: rgb(218,227,52); }
H1.HeaderClassName
{
color: #DAE334;
}
.AnyTagClassName
{
color: #DAE334;
}
</style>
background-color css
<style>
a { background-color: #DAE334; }
a { background-color: rgb(218,227,52); }
div.DivClassName
{
background-color: #DAE334;
}
.BgClassName
{
background-color: #DAE334;
}
</style>
border-color css
<style>
span { border-color: #DAE334; }
span { border-color: rgb(218,227,52); }
td.TdClassName
{
border-color: #DAE334;
}
.TagClassName
{
border-color: #DAE334;
}
</style>