Shades of Pear #DAE41F
Tints of Pear #DAE41F
RGB
CMYK
RGB Variations
Color information
#DAE41F (or 0xDAE41F) is known color: Pear. HEX triplet: DA, E4 and 1F. RGB value is (218,228,31). Sum of RGB (Red+Green+Blue) = 218+228+31=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE41F is #251BE0. Grayscale: #CBCBCB. Windows color (decimal): -2431969 or 2090202. OLE color: 2090202.
HSL color Cylindrical-coordinate representation of color #DAE41F: hue angle of 63.05º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE41F is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 31 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.11 |
| HSL | 63.05º | 0.78% | 0.51% | - |
| HSV(B) | 63.05º | 0.86% | 0.89% | - |
| XYZ | 56.9 | 70.49 | 11.9 | - |
| YUV | 202.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 31 | 0.04 | 0 | 0.86 | 0.11 | 63.05 | 0.78 | 0.51 |
| Hex | DA | E4 | 1F | 4 | 0 | 56 | B | 3F | 4E | 33 |
| Octal | 332 | 344 | 37 | 4 | 0 | 126 | 13 | 77 | 116 | 63 |
| Binary | 11011010 | 11100100 | 11111 | 100 | 0 | 1010110 | 1011 | 111111 | 1001110 | 110011 |
Color Harmonies of #DAE41F
Complementary color
Monochromatic Colors of #DAE41F
Black with #DAE41F
Text Example
Text Example
White with #DAE41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE41F; }
p { color: rgb(218,228,31); }
H1.HeaderClassName
{
color: #DAE41F;
}
.AnyTagClassName
{
color: #DAE41F;
}
</style>
background-color css
<style>
a { background-color: #DAE41F; }
a { background-color: rgb(218,228,31); }
div.DivClassName
{
background-color: #DAE41F;
}
.BgClassName
{
background-color: #DAE41F;
}
</style>
border-color css
<style>
span { border-color: #DAE41F; }
span { border-color: rgb(218,228,31); }
td.TdClassName
{
border-color: #DAE41F;
}
.TagClassName
{
border-color: #DAE41F;
}
</style>