#DAED6B

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

Shades of Mindaro #DAED6B

Tints of Mindaro #DAED6B

Color information

#DAED6B (or 0xDAED6B) is unknown color: approx Mindaro. HEX triplet: DA, ED and 6B. RGB value is (218,237,107). Sum of RGB (Red+Green+Blue) = 218+237+107=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED6B is #251294. Grayscale: #D8D8D8. Windows color (decimal): -2429589 or 7073242. OLE color: 7073242.

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

Color convert

RGB218237107-
CMYK0.0800.550.07
HSL68.77º78.31%67.45%-
HSV(B)68.77º54.85%92.94%-
XYZ61.8576.5425.42-
YUV216.566.21129.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 107 (42.19% from 255) = 19.04%
R=38.79%
G=42.17%
B=19.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371070.0800.550.0768.7778.3167.45
HexDAED6B80377454e43
Octal332355153100677105116103
Binary1101101011101101110101110000110111111100010110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED6B; }

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

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

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

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

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

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

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

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