Shades of Pear #DAE71F
Tints of Pear #DAE71F
RGB
CMYK
RGB Variations
Color information
#DAE71F (or 0xDAE71F) is known color: Pear. HEX triplet: DA, E7 and 1F. RGB value is (218,231,31). Sum of RGB (Red+Green+Blue) = 218+231+31=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 31 (12.5% from 255 or 6.46% from 480); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE71F is #2518E0. Grayscale: #CDCDCD. Windows color (decimal): -2431201 or 2090970. OLE color: 2090970.
HSL color Cylindrical-coordinate representation of color #DAE71F: hue angle of 63.9º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAE71F is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 31 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.09 |
| HSL | 63.9º | 0.81% | 0.51% | - |
| HSV(B) | 63.9º | 0.87% | 0.91% | - |
| XYZ | 57.74 | 72.16 | 12.18 | - |
| YUV | 204.31 | 30.19 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 31 | 0.06 | 0 | 0.87 | 0.09 | 63.9 | 0.81 | 0.51 |
| Hex | DA | E7 | 1F | 6 | 0 | 57 | 9 | 40 | 51 | 33 |
| Octal | 332 | 347 | 37 | 6 | 0 | 127 | 11 | 100 | 121 | 63 |
| Binary | 11011010 | 11100111 | 11111 | 110 | 0 | 1010111 | 1001 | 1000000 | 1010001 | 110011 |
Color Harmonies of #DAE71F
Complementary color
Monochromatic Colors of #DAE71F
Black with #DAE71F
Text Example
Text Example
White with #DAE71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE71F; }
p { color: rgb(218,231,31); }
H1.HeaderClassName
{
color: #DAE71F;
}
.AnyTagClassName
{
color: #DAE71F;
}
</style>
background-color css
<style>
a { background-color: #DAE71F; }
a { background-color: rgb(218,231,31); }
div.DivClassName
{
background-color: #DAE71F;
}
.BgClassName
{
background-color: #DAE71F;
}
</style>
border-color css
<style>
span { border-color: #DAE71F; }
span { border-color: rgb(218,231,31); }
td.TdClassName
{
border-color: #DAE71F;
}
.TagClassName
{
border-color: #DAE71F;
}
</style>