Shades of Pear #DAE21F
Tints of Pear #DAE21F
RGB
CMYK
RGB Variations
Color information
#DAE21F (or 0xDAE21F) is known color: Pear. HEX triplet: DA, E2 and 1F. RGB value is (218,226,31). Sum of RGB (Red+Green+Blue) = 218+226+31=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 31 (12.5% from 255 or 6.53% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE21F is #251DE0. Grayscale: #CACACA. Windows color (decimal): -2432481 or 2089690. OLE color: 2089690.
HSL color Cylindrical-coordinate representation of color #DAE21F: hue angle of 62.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE21F is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 31 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.11 |
| HSL | 62.46º | 0.77% | 0.5% | - |
| HSV(B) | 62.46º | 0.86% | 0.89% | - |
| XYZ | 56.36 | 69.4 | 11.72 | - |
| YUV | 201.38 | 31.85 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 31 | 0.04 | 0 | 0.86 | 0.11 | 62.46 | 0.77 | 0.5 |
| Hex | DA | E2 | 1F | 4 | 0 | 56 | B | 3E | 4D | 32 |
| Octal | 332 | 342 | 37 | 4 | 0 | 126 | 13 | 76 | 115 | 62 |
| Binary | 11011010 | 11100010 | 11111 | 100 | 0 | 1010110 | 1011 | 111110 | 1001101 | 110010 |
Color Harmonies of #DAE21F
Complementary color
Monochromatic Colors of #DAE21F
Black with #DAE21F
Text Example
Text Example
White with #DAE21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE21F; }
p { color: rgb(218,226,31); }
H1.HeaderClassName
{
color: #DAE21F;
}
.AnyTagClassName
{
color: #DAE21F;
}
</style>
background-color css
<style>
a { background-color: #DAE21F; }
a { background-color: rgb(218,226,31); }
div.DivClassName
{
background-color: #DAE21F;
}
.BgClassName
{
background-color: #DAE21F;
}
</style>
border-color css
<style>
span { border-color: #DAE21F; }
span { border-color: rgb(218,226,31); }
td.TdClassName
{
border-color: #DAE21F;
}
.TagClassName
{
border-color: #DAE21F;
}
</style>