#DDED85

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

Shades of Mindaro #DDED85

Tints of Mindaro #DDED85

Color information

#DDED85 (or 0xDDED85) is unknown color: approx Mindaro. HEX triplet: DD, ED and 85. RGB value is (221,237,133). Sum of RGB (Red+Green+Blue) = 221+237+133=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDED85 is #22127A. Grayscale: #DCDCDC. Windows color (decimal): -2232955 or 8777181. OLE color: 8777181.

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

Color convert

RGB221237133-
CMYK0.0700.440.07
HSL69.23º74.29%72.55%-
HSV(B)69.23º43.88%92.94%-
XYZ64.3477.6333.78-
YUV220.3678.7128.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 133 (52.34% from 255) = 22.50%
R=37.39%
G=40.10%
B=22.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371330.0700.440.0769.2374.2972.55
HexDDED85702C7454a49
Octal33535520570547105112111
Binary1101110111101101100001011110101100111100010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED85; }

 p { color: rgb(221,237,133); }

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

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

 a { background-color: rgb(221,237,133); }

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

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

 span { border-color: rgb(221,237,133); }

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