#DAED6D

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

Shades of Mindaro #DAED6D

Tints of Mindaro #DAED6D

Color information

#DAED6D (or 0xDAED6D) is unknown color: approx Mindaro. HEX triplet: DA, ED and 6D. RGB value is (218,237,109). Sum of RGB (Red+Green+Blue) = 218+237+109=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED6D is #251292. Grayscale: #D9D9D9. Windows color (decimal): -2429587 or 7204314. OLE color: 7204314.

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

Color convert

RGB218237109-
CMYK0.0800.540.07
HSL68.91º78.05%67.84%-
HSV(B)68.91º54.01%92.94%-
XYZ61.9676.5825.98-
YUV216.7367.21128.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 237 (92.97% from 255) = 42.02%
BLUE value IS 109 (42.97% from 255) = 19.33%
R=38.65%
G=42.02%
B=19.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371090.0800.540.0768.9178.0567.84
HexDAED6D80367454e44
Octal332355155100667105116104
Binary1101101011101101110110110000110110111100010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED6D; }

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

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

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

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

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

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

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

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