Shades of Pear #DAED1C
Tints of Pear #DAED1C
RGB
CMYK
RGB Variations
Color information
#DAED1C (or 0xDAED1C) is known color: Pear. HEX triplet: DA, ED and 1C. RGB value is (218,237,28). Sum of RGB (Red+Green+Blue) = 218+237+28=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAED1C is #2512E3. Grayscale: #D0D0D0. Windows color (decimal): -2429668 or 1895898. OLE color: 1895898.
HSL color Cylindrical-coordinate representation of color #DAED1C: hue angle of 65.45º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAED1C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 28 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.07 |
| HSL | 65.45º | 0.85% | 0.52% | - |
| HSV(B) | 65.45º | 0.88% | 0.93% | - |
| XYZ | 59.41 | 75.56 | 12.55 | - |
| YUV | 207.49 | 26.71 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 28 | 0.08 | 0 | 0.88 | 0.07 | 65.45 | 0.85 | 0.52 |
| Hex | DA | ED | 1C | 8 | 0 | 58 | 7 | 41 | 55 | 34 |
| Octal | 332 | 355 | 34 | 10 | 0 | 130 | 7 | 101 | 125 | 64 |
| Binary | 11011010 | 11101101 | 11100 | 1000 | 0 | 1011000 | 111 | 1000001 | 1010101 | 110100 |
Color Harmonies of #DAED1C
Complementary color
Monochromatic Colors of #DAED1C
Black with #DAED1C
Text Example
Text Example
White with #DAED1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAED1C; }
p { color: rgb(218,237,28); }
H1.HeaderClassName
{
color: #DAED1C;
}
.AnyTagClassName
{
color: #DAED1C;
}
</style>
background-color css
<style>
a { background-color: #DAED1C; }
a { background-color: rgb(218,237,28); }
div.DivClassName
{
background-color: #DAED1C;
}
.BgClassName
{
background-color: #DAED1C;
}
</style>
border-color css
<style>
span { border-color: #DAED1C; }
span { border-color: rgb(218,237,28); }
td.TdClassName
{
border-color: #DAED1C;
}
.TagClassName
{
border-color: #DAED1C;
}
</style>