Shades of Pear #DAE01F
Tints of Pear #DAE01F
RGB
CMYK
RGB Variations
Color information
#DAE01F (or 0xDAE01F) is known color: Pear. HEX triplet: DA, E0 and 1F. RGB value is (218,224,31). Sum of RGB (Red+Green+Blue) = 218+224+31=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 31 (12.5% from 255 or 6.55% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE01F is #251FE0. Grayscale: #C8C8C8. Windows color (decimal): -2432993 or 2089178. OLE color: 2089178.
HSL color Cylindrical-coordinate representation of color #DAE01F: hue angle of 61.87º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE01F is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 31 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.12 |
| HSL | 61.87º | 0.76% | 0.5% | - |
| HSV(B) | 61.87º | 0.86% | 0.88% | - |
| XYZ | 55.82 | 68.32 | 11.54 | - |
| YUV | 200.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 31 | 0.03 | 0 | 0.86 | 0.12 | 61.87 | 0.76 | 0.5 |
| Hex | DA | E0 | 1F | 3 | 0 | 56 | C | 3E | 4C | 32 |
| Octal | 332 | 340 | 37 | 3 | 0 | 126 | 14 | 76 | 114 | 62 |
| Binary | 11011010 | 11100000 | 11111 | 11 | 0 | 1010110 | 1100 | 111110 | 1001100 | 110010 |
Color Harmonies of #DAE01F
Complementary color
Monochromatic Colors of #DAE01F
Black with #DAE01F
Text Example
Text Example
White with #DAE01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE01F; }
p { color: rgb(218,224,31); }
H1.HeaderClassName
{
color: #DAE01F;
}
.AnyTagClassName
{
color: #DAE01F;
}
</style>
background-color css
<style>
a { background-color: #DAE01F; }
a { background-color: rgb(218,224,31); }
div.DivClassName
{
background-color: #DAE01F;
}
.BgClassName
{
background-color: #DAE01F;
}
</style>
border-color css
<style>
span { border-color: #DAE01F; }
span { border-color: rgb(218,224,31); }
td.TdClassName
{
border-color: #DAE01F;
}
.TagClassName
{
border-color: #DAE01F;
}
</style>