#DAED5F

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

Shades of Mindaro #DAED5F

Tints of Mindaro #DAED5F

Color information

#DAED5F (or 0xDAED5F) is unknown color: approx Mindaro. HEX triplet: DA, ED and 5F. RGB value is (218,237,95). Sum of RGB (Red+Green+Blue) = 218+237+95=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 95 (37.5% from 255 or 17.27% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED5F is #2512A0. Grayscale: #D7D7D7. Windows color (decimal): -2429601 or 6286810. OLE color: 6286810.

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

Color convert

RGB21823795-
CMYK0.0800.600.07
HSL68.03º79.78%65.1%-
HSV(B)68.03º59.92%92.94%-
XYZ61.2676.322.32-
YUV215.1360.21130.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 237 (92.97% from 255) = 43.09%
BLUE value IS 95 (37.5% from 255) = 17.27%
R=39.64%
G=43.09%
B=17.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218237950.0800.600.0768.0379.7865.1
HexDAED5F803C7445041
Octal332355137100747104120101
Binary1101101011101101101111110000111100111100010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED5F; }

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

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

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

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

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

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

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

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