#DDE76A

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

Shades of Mindaro #DDE76A

Tints of Mindaro #DDE76A

Color information

#DDE76A (or 0xDDE76A) is unknown color: approx Mindaro. HEX triplet: DD, E7 and 6A. RGB value is (221,231,106). Sum of RGB (Red+Green+Blue) = 221+231+106=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE76A is #221895. Grayscale: #D6D6D6. Windows color (decimal): -2234518 or 7006173. OLE color: 7006173.

HSL color Cylindrical-coordinate representation of color #DDE76A: hue angle of 64.8º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDE76A is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB221231106-
CMYK0.0400.540.09
HSL64.8º72.25%66.08%-
HSV(B)64.8º54.11%90.59%-
XYZ6173.5624.62-
YUV213.7667.19133.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 231 (90.62% from 255) = 41.40%
BLUE value IS 106 (41.80% from 255) = 19.00%
R=39.61%
G=41.40%
B=19.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311060.0400.540.0964.872.2566.08
HexDDE76A40369414842
Octal335347152406611101110102
Binary1101110111100111110101010001101101001100000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE76A; }

 p { color: rgb(221,231,106); }

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

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

 a { background-color: rgb(221,231,106); }

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

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

 span { border-color: rgb(221,231,106); }

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