#DDEA84

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

Shades of Mindaro #DDEA84

Tints of Mindaro #DDEA84

Color information

#DDEA84 (or 0xDDEA84) is unknown color: approx Mindaro. HEX triplet: DD, EA and 84. RGB value is (221,234,132). Sum of RGB (Red+Green+Blue) = 221+234+132=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA84 is #22157B. Grayscale: #DADADA. Windows color (decimal): -2233724 or 8710877. OLE color: 8710877.

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

Color convert

RGB221234132-
CMYK0.0600.440.08
HSL67.65º70.83%71.76%-
HSV(B)67.65º43.59%91.76%-
XYZ63.4175.8833.13-
YUV218.4879.19129.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 132 (51.95% from 255) = 22.49%
R=37.65%
G=39.86%
B=22.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341320.0600.440.0867.6570.8371.76
HexDDEA84602C8444748
Octal335352204605410104107110
Binary11011101111010101000010011001011001000100010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEA84; }

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

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

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

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

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

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

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

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