#DDEA85

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

Shades of Mindaro #DDEA85

Tints of Mindaro #DDEA85

Color information

#DDEA85 (or 0xDDEA85) is unknown color: approx Mindaro. HEX triplet: DD, EA and 85. RGB value is (221,234,133). Sum of RGB (Red+Green+Blue) = 221+234+133=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA85 is #22157A. Grayscale: #DADADA. Windows color (decimal): -2233723 or 8776413. OLE color: 8776413.

HSL color Cylindrical-coordinate representation of color #DDEA85: hue angle of 67.72º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDEA85 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB221234133-
CMYK0.0600.430.08
HSL67.72º70.63%71.96%-
HSV(B)67.72º43.16%91.76%-
XYZ63.4875.9133.5-
YUV218.679.69129.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=37.59%
G=39.80%
B=22.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341330.0600.430.0867.7270.6371.96
HexDDEA85602B8444748
Octal335352205605310104107110
Binary11011101111010101000010111001010111000100010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEA85; }

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

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

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

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

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

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

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

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