Shades of Pear #DAE01D
Tints of Pear #DAE01D
RGB
CMYK
RGB Variations
Color information
#DAE01D (or 0xDAE01D) is known color: Pear. HEX triplet: DA, E0 and 1D. RGB value is (218,224,29). Sum of RGB (Red+Green+Blue) = 218+224+29=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE01D is #251FE2. Grayscale: #C8C8C8. Windows color (decimal): -2432995 or 1958106. OLE color: 1958106.
HSL color Cylindrical-coordinate representation of color #DAE01D: hue angle of 61.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAE01D is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 29 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.12 |
| HSL | 61.85º | 0.77% | 0.5% | - |
| HSV(B) | 61.85º | 0.87% | 0.88% | - |
| XYZ | 55.79 | 68.31 | 11.41 | - |
| YUV | 199.98 | 31.51 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 29 | 0.03 | 0 | 0.87 | 0.12 | 61.85 | 0.77 | 0.5 |
| Hex | DA | E0 | 1D | 3 | 0 | 57 | C | 3E | 4D | 32 |
| Octal | 332 | 340 | 35 | 3 | 0 | 127 | 14 | 76 | 115 | 62 |
| Binary | 11011010 | 11100000 | 11101 | 11 | 0 | 1010111 | 1100 | 111110 | 1001101 | 110010 |
Color Harmonies of #DAE01D
Complementary color
Monochromatic Colors of #DAE01D
Black with #DAE01D
Text Example
Text Example
White with #DAE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE01D; }
p { color: rgb(218,224,29); }
H1.HeaderClassName
{
color: #DAE01D;
}
.AnyTagClassName
{
color: #DAE01D;
}
</style>
background-color css
<style>
a { background-color: #DAE01D; }
a { background-color: rgb(218,224,29); }
div.DivClassName
{
background-color: #DAE01D;
}
.BgClassName
{
background-color: #DAE01D;
}
</style>
border-color css
<style>
span { border-color: #DAE01D; }
span { border-color: rgb(218,224,29); }
td.TdClassName
{
border-color: #DAE01D;
}
.TagClassName
{
border-color: #DAE01D;
}
</style>