Shades of Pear #DAE31D
Tints of Pear #DAE31D
RGB
CMYK
RGB Variations
Color information
#DAE31D (or 0xDAE31D) is known color: Pear. HEX triplet: DA, E3 and 1D. RGB value is (218,227,29). Sum of RGB (Red+Green+Blue) = 218+227+29=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE31D is #251CE2. Grayscale: #CACACA. Windows color (decimal): -2432227 or 1958874. OLE color: 1958874.
HSL color Cylindrical-coordinate representation of color #DAE31D: hue angle of 62.73º 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 #DAE31D is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 29 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.11 |
| HSL | 62.73º | 0.78% | 0.5% | - |
| HSV(B) | 62.73º | 0.87% | 0.89% | - |
| XYZ | 56.6 | 69.93 | 11.68 | - |
| YUV | 201.74 | 30.52 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 29 | 0.04 | 0 | 0.87 | 0.11 | 62.73 | 0.78 | 0.5 |
| Hex | DA | E3 | 1D | 4 | 0 | 57 | B | 3F | 4E | 32 |
| Octal | 332 | 343 | 35 | 4 | 0 | 127 | 13 | 77 | 116 | 62 |
| Binary | 11011010 | 11100011 | 11101 | 100 | 0 | 1010111 | 1011 | 111111 | 1001110 | 110010 |
Color Harmonies of #DAE31D
Complementary color
Monochromatic Colors of #DAE31D
Black with #DAE31D
Text Example
Text Example
White with #DAE31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE31D; }
p { color: rgb(218,227,29); }
H1.HeaderClassName
{
color: #DAE31D;
}
.AnyTagClassName
{
color: #DAE31D;
}
</style>
background-color css
<style>
a { background-color: #DAE31D; }
a { background-color: rgb(218,227,29); }
div.DivClassName
{
background-color: #DAE31D;
}
.BgClassName
{
background-color: #DAE31D;
}
</style>
border-color css
<style>
span { border-color: #DAE31D; }
span { border-color: rgb(218,227,29); }
td.TdClassName
{
border-color: #DAE31D;
}
.TagClassName
{
border-color: #DAE31D;
}
</style>