Shades of Pear #DAE31E
Tints of Pear #DAE31E
RGB
CMYK
RGB Variations
Color information
#DAE31E (or 0xDAE31E) is known color: Pear. HEX triplet: DA, E3 and 1E. RGB value is (218,227,30). Sum of RGB (Red+Green+Blue) = 218+227+30=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE31E is #251CE1. Grayscale: #CACACA. Windows color (decimal): -2432226 or 2024410. OLE color: 2024410.
HSL color Cylindrical-coordinate representation of color #DAE31E: hue angle of 62.74º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAE31E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 30 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.11 |
| HSL | 62.74º | 0.78% | 0.5% | - |
| HSV(B) | 62.74º | 0.87% | 0.89% | - |
| XYZ | 56.62 | 69.94 | 11.74 | - |
| YUV | 201.85 | 31.02 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 30 | 0.04 | 0 | 0.87 | 0.11 | 62.74 | 0.78 | 0.5 |
| Hex | DA | E3 | 1E | 4 | 0 | 57 | B | 3F | 4E | 32 |
| Octal | 332 | 343 | 36 | 4 | 0 | 127 | 13 | 77 | 116 | 62 |
| Binary | 11011010 | 11100011 | 11110 | 100 | 0 | 1010111 | 1011 | 111111 | 1001110 | 110010 |
Color Harmonies of #DAE31E
Complementary color
Monochromatic Colors of #DAE31E
Black with #DAE31E
Text Example
Text Example
White with #DAE31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE31E; }
p { color: rgb(218,227,30); }
H1.HeaderClassName
{
color: #DAE31E;
}
.AnyTagClassName
{
color: #DAE31E;
}
</style>
background-color css
<style>
a { background-color: #DAE31E; }
a { background-color: rgb(218,227,30); }
div.DivClassName
{
background-color: #DAE31E;
}
.BgClassName
{
background-color: #DAE31E;
}
</style>
border-color css
<style>
span { border-color: #DAE31E; }
span { border-color: rgb(218,227,30); }
td.TdClassName
{
border-color: #DAE31E;
}
.TagClassName
{
border-color: #DAE31E;
}
</style>