#DDED83

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

Shades of Mindaro #DDED83

Tints of Mindaro #DDED83

Color information

#DDED83 (or 0xDDED83) is unknown color: approx Mindaro. HEX triplet: DD, ED and 83. RGB value is (221,237,131). Sum of RGB (Red+Green+Blue) = 221+237+131=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 131 (51.56% from 255 or 22.24% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDED83 is #22127C. Grayscale: #DCDCDC. Windows color (decimal): -2232957 or 8646109. OLE color: 8646109.

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

Color convert

RGB221237131-
CMYK0.0700.450.07
HSL69.06º74.65%72.16%-
HSV(B)69.06º44.73%92.94%-
XYZ64.277.5833.06-
YUV220.1377.7128.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 131 (51.56% from 255) = 22.24%
R=37.52%
G=40.24%
B=22.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371310.0700.450.0769.0674.6572.16
HexDDED83702D7454b48
Octal33535520370557105113110
Binary1101110111101101100000111110101101111100010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED83; }

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

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

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

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

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

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

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

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