Shades of Pear #DAE941
Tints of Pear #DAE941
RGB
CMYK
RGB Variations
Color information
#DAE941 (or 0xDAE941) is known color: Pear. HEX triplet: DA, E9 and 41. RGB value is (218,233,65). Sum of RGB (Red+Green+Blue) = 218+233+65=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE941 is #2516BE. Grayscale: #D2D2D2. Windows color (decimal): -2430655 or 4319706. OLE color: 4319706.
HSL color Cylindrical-coordinate representation of color #DAE941: hue angle of 65.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAE941 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 65 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.09 |
| HSL | 65.36º | 0.79% | 0.58% | - |
| HSV(B) | 65.36º | 0.72% | 0.91% | - |
| XYZ | 59.01 | 73.56 | 16.09 | - |
| YUV | 209.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 65 | 0.06 | 0 | 0.72 | 0.09 | 65.36 | 0.79 | 0.58 |
| Hex | DA | E9 | 41 | 6 | 0 | 48 | 9 | 41 | 4F | 3A |
| Octal | 332 | 351 | 101 | 6 | 0 | 110 | 11 | 101 | 117 | 72 |
| Binary | 11011010 | 11101001 | 1000001 | 110 | 0 | 1001000 | 1001 | 1000001 | 1001111 | 111010 |
Color Harmonies of #DAE941
Complementary color
Monochromatic Colors of #DAE941
Black with #DAE941
Text Example
Text Example
White with #DAE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE941; }
p { color: rgb(218,233,65); }
H1.HeaderClassName
{
color: #DAE941;
}
.AnyTagClassName
{
color: #DAE941;
}
</style>
background-color css
<style>
a { background-color: #DAE941; }
a { background-color: rgb(218,233,65); }
div.DivClassName
{
background-color: #DAE941;
}
.BgClassName
{
background-color: #DAE941;
}
</style>
border-color css
<style>
span { border-color: #DAE941; }
span { border-color: rgb(218,233,65); }
td.TdClassName
{
border-color: #DAE941;
}
.TagClassName
{
border-color: #DAE941;
}
</style>