#DAED3E

Color #DAED3E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DAED3E

Tints of Pear #DAED3E

Color information

#DAED3E (or 0xDAED3E) is unknown color: approx Pear. HEX triplet: DA, ED and 3E. RGB value is (218,237,62). Sum of RGB (Red+Green+Blue) = 218+237+62=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAED3E is #2512C1. Grayscale: #D4D4D4. Windows color (decimal): -2429634 or 4124122. OLE color: 4124122.

HSL color Cylindrical-coordinate representation of color #DAED3E: hue angle of 66.51º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAED3E is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB21823762-
CMYK0.0800.740.07
HSL66.51º82.94%58.63%-
HSV(B)66.51º73.84%92.94%-
XYZ60.0775.8216.03-
YUV211.3743.71132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 237 (92.97% from 255) = 45.84%
BLUE value IS 62 (24.61% from 255) = 11.99%
R=42.17%
G=45.84%
B=11.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218237620.0800.740.0766.5182.9458.63
HexDAED3E804A743533b
Octal33235576100112710312373
Binary110110101110110111111010000100101011110000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED3E; }

 p { color: rgb(218,237,62); }

 H1.HeaderClassName
 {
   color: #DAED3E;
 }
 .AnyTagClassName
 {
   color: #DAED3E;
 }
</style>
background-color css

<style>
 a { background-color: #DAED3E; }

 a { background-color: rgb(218,237,62); }

 div.DivClassName
 {
   background-color: #DAED3E;
 }
 .BgClassName
 {
   background-color: #DAED3E;
 }
</style>
border-color css

<style>
 span { border-color: #DAED3E; }

 span { border-color: rgb(218,237,62); }

 td.TdClassName
 {
   border-color: #DAED3E;
 }
 .TagClassName
 {
   border-color: #DAED3E;
 }
</style>