Shades of Pear #DAE932
Tints of Pear #DAE932
RGB
CMYK
RGB Variations
Color information
#DAE932 (or 0xDAE932) is known color: Pear. HEX triplet: DA, E9 and 32. RGB value is (218,233,50). Sum of RGB (Red+Green+Blue) = 218+233+50=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE932 is #2516CD. Grayscale: #D0D0D0. Windows color (decimal): -2430670 or 3336666. OLE color: 3336666.
HSL color Cylindrical-coordinate representation of color #DAE932: hue angle of 64.92º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAE932 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 50 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.09 |
| HSL | 64.92º | 0.81% | 0.55% | - |
| HSV(B) | 64.92º | 0.79% | 0.91% | - |
| XYZ | 58.63 | 73.41 | 14.1 | - |
| YUV | 207.65 | 39.03 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 50 | 0.06 | 0 | 0.79 | 0.09 | 64.92 | 0.81 | 0.55 |
| Hex | DA | E9 | 32 | 6 | 0 | 4F | 9 | 41 | 51 | 37 |
| Octal | 332 | 351 | 62 | 6 | 0 | 117 | 11 | 101 | 121 | 67 |
| Binary | 11011010 | 11101001 | 110010 | 110 | 0 | 1001111 | 1001 | 1000001 | 1010001 | 110111 |
Color Harmonies of #DAE932
Complementary color
Monochromatic Colors of #DAE932
Black with #DAE932
Text Example
Text Example
White with #DAE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE932; }
p { color: rgb(218,233,50); }
H1.HeaderClassName
{
color: #DAE932;
}
.AnyTagClassName
{
color: #DAE932;
}
</style>
background-color css
<style>
a { background-color: #DAE932; }
a { background-color: rgb(218,233,50); }
div.DivClassName
{
background-color: #DAE932;
}
.BgClassName
{
background-color: #DAE932;
}
</style>
border-color css
<style>
span { border-color: #DAE932; }
span { border-color: rgb(218,233,50); }
td.TdClassName
{
border-color: #DAE932;
}
.TagClassName
{
border-color: #DAE932;
}
</style>