#DAED87

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

Shades of Mindaro #DAED87

Tints of Mindaro #DAED87

Color information

#DAED87 (or 0xDAED87) is unknown color: approx Mindaro. HEX triplet: DA, ED and 87. RGB value is (218,237,135). Sum of RGB (Red+Green+Blue) = 218+237+135=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAED87 is #251278. Grayscale: #DCDCDC. Windows color (decimal): -2429561 or 8908250. OLE color: 8908250.

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

Color convert

RGB218237135-
CMYK0.0800.430.07
HSL71.18º73.91%72.94%-
HSV(B)71.18º43.04%92.94%-
XYZ63.5777.2234.48-
YUV219.6980.21126.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 135 (53.12% from 255) = 22.88%
R=36.95%
G=40.17%
B=22.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371350.0800.430.0771.1873.9172.94
HexDAED87802B7474a49
Octal332355207100537107112111
Binary11011010111011011000011110000101011111100011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED87; }

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

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

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

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

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

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

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

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