#DDE47C

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

Shades of Mindaro #DDE47C

Tints of Mindaro #DDE47C

Color information

#DDE47C (or 0xDDE47C) is unknown color: approx Mindaro. HEX triplet: DD, E4 and 7C. RGB value is (221,228,124). Sum of RGB (Red+Green+Blue) = 221+228+124=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE47C is #221B83. Grayscale: #D6D6D6. Windows color (decimal): -2235268 or 8185053. OLE color: 8185053.

HSL color Cylindrical-coordinate representation of color #DDE47C: hue angle of 64.04º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDE47C is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB221228124-
CMYK0.0300.460.11
HSL64.04º65.82%69.02%-
HSV(B)64.04º45.61%89.41%-
XYZ61.272.3129.8-
YUV214.0577.18132.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 228 (89.45% from 255) = 39.79%
BLUE value IS 124 (48.83% from 255) = 21.64%
R=38.57%
G=39.79%
B=21.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281240.0300.460.1164.0465.8269.02
HexDDE47C302EB404245
Octal335344174305613100102105
Binary110111011110010011111001101011101011100000010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE47C; }

 p { color: rgb(221,228,124); }

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

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

 a { background-color: rgb(221,228,124); }

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

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

 span { border-color: rgb(221,228,124); }

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