Shades of Pear #DAE31F
Tints of Pear #DAE31F
RGB
CMYK
RGB Variations
Color information
#DAE31F (or 0xDAE31F) is known color: Pear. HEX triplet: DA, E3 and 1F. RGB value is (218,227,31). Sum of RGB (Red+Green+Blue) = 218+227+31=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE31F is #251CE0. Grayscale: #CACACA. Windows color (decimal): -2432225 or 2089946. OLE color: 2089946.
HSL color Cylindrical-coordinate representation of color #DAE31F: hue angle of 62.76º 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 #DAE31F is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 31 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.11 |
| HSL | 62.76º | 0.78% | 0.51% | - |
| HSV(B) | 62.76º | 0.86% | 0.89% | - |
| XYZ | 56.63 | 69.94 | 11.81 | - |
| YUV | 201.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 31 | 0.04 | 0 | 0.86 | 0.11 | 62.76 | 0.78 | 0.51 |
| Hex | DA | E3 | 1F | 4 | 0 | 56 | B | 3F | 4E | 33 |
| Octal | 332 | 343 | 37 | 4 | 0 | 126 | 13 | 77 | 116 | 63 |
| Binary | 11011010 | 11100011 | 11111 | 100 | 0 | 1010110 | 1011 | 111111 | 1001110 | 110011 |
Color Harmonies of #DAE31F
Complementary color
Monochromatic Colors of #DAE31F
Black with #DAE31F
Text Example
Text Example
White with #DAE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE31F; }
p { color: rgb(218,227,31); }
H1.HeaderClassName
{
color: #DAE31F;
}
.AnyTagClassName
{
color: #DAE31F;
}
</style>
background-color css
<style>
a { background-color: #DAE31F; }
a { background-color: rgb(218,227,31); }
div.DivClassName
{
background-color: #DAE31F;
}
.BgClassName
{
background-color: #DAE31F;
}
</style>
border-color css
<style>
span { border-color: #DAE31F; }
span { border-color: rgb(218,227,31); }
td.TdClassName
{
border-color: #DAE31F;
}
.TagClassName
{
border-color: #DAE31F;
}
</style>