#DAED6F

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

Shades of Mindaro #DAED6F

Tints of Mindaro #DAED6F

Color information

#DAED6F (or 0xDAED6F) is unknown color: approx Mindaro. HEX triplet: DA, ED and 6F. RGB value is (218,237,111). Sum of RGB (Red+Green+Blue) = 218+237+111=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED6F is #251290. Grayscale: #D9D9D9. Windows color (decimal): -2429585 or 7335386. OLE color: 7335386.

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

Color convert

RGB218237111-
CMYK0.0800.530.07
HSL69.05º77.78%68.24%-
HSV(B)69.05º53.16%92.94%-
XYZ62.0776.6226.56-
YUV216.9668.21128.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 237 (92.97% from 255) = 41.87%
BLUE value IS 111 (43.75% from 255) = 19.61%
R=38.52%
G=41.87%
B=19.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371110.0800.530.0769.0577.7868.24
HexDAED6F80357454e44
Octal332355157100657105116104
Binary1101101011101101110111110000110101111100010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED6F; }

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

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

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

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

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

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

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

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