#DAED44

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

Shades of Pear #DAED44

Tints of Pear #DAED44

Color information

#DAED44 (or 0xDAED44) is unknown color: approx Pear. HEX triplet: DA, ED and 44. RGB value is (218,237,68). Sum of RGB (Red+Green+Blue) = 218+237+68=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAED44 is #2512BB. Grayscale: #D4D4D4. Windows color (decimal): -2429628 or 4517338. OLE color: 4517338.

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

Color convert

RGB21823768-
CMYK0.0800.710.07
HSL66.75º82.44%59.8%-
HSV(B)66.75º71.31%92.94%-
XYZ60.2475.8916.94-
YUV212.0546.71132.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 237 (92.97% from 255) = 45.32%
BLUE value IS 68 (26.95% from 255) = 13.00%
R=41.68%
G=45.32%
B=13.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218237680.0800.710.0766.7582.4459.8
HexDAED448047743523c
Octal332355104100107710312274
Binary1101101011101101100010010000100011111110000111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED44; }

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

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

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

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

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

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

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

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