Shades of Pear #DAED1A
Tints of Pear #DAED1A
RGB
CMYK
RGB Variations
Color information
#DAED1A (or 0xDAED1A) is known color: Pear. HEX triplet: DA, ED and 1A. RGB value is (218,237,26). Sum of RGB (Red+Green+Blue) = 218+237+26=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAED1A is #2512E5. Grayscale: #D0D0D0. Windows color (decimal): -2429670 or 1764826. OLE color: 1764826.
HSL color Cylindrical-coordinate representation of color #DAED1A: hue angle of 65.4º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAED1A is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 26 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.07 |
| HSL | 65.4º | 0.85% | 0.52% | - |
| HSV(B) | 65.4º | 0.89% | 0.93% | - |
| XYZ | 59.38 | 75.55 | 12.43 | - |
| YUV | 207.27 | 25.71 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 26 | 0.08 | 0 | 0.89 | 0.07 | 65.4 | 0.85 | 0.52 |
| Hex | DA | ED | 1A | 8 | 0 | 59 | 7 | 41 | 55 | 34 |
| Octal | 332 | 355 | 32 | 10 | 0 | 131 | 7 | 101 | 125 | 64 |
| Binary | 11011010 | 11101101 | 11010 | 1000 | 0 | 1011001 | 111 | 1000001 | 1010101 | 110100 |
Color Harmonies of #DAED1A
Complementary color
Monochromatic Colors of #DAED1A
Black with #DAED1A
Text Example
Text Example
White with #DAED1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAED1A; }
p { color: rgb(218,237,26); }
H1.HeaderClassName
{
color: #DAED1A;
}
.AnyTagClassName
{
color: #DAED1A;
}
</style>
background-color css
<style>
a { background-color: #DAED1A; }
a { background-color: rgb(218,237,26); }
div.DivClassName
{
background-color: #DAED1A;
}
.BgClassName
{
background-color: #DAED1A;
}
</style>
border-color css
<style>
span { border-color: #DAED1A; }
span { border-color: rgb(218,237,26); }
td.TdClassName
{
border-color: #DAED1A;
}
.TagClassName
{
border-color: #DAED1A;
}
</style>