#DD5C5E

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

Shades of Mandy #DD5C5E

Tints of Mandy #DD5C5E

Color information

#DD5C5E (or 0xDD5C5E) is unknown color: approx Mandy. HEX triplet: DD, 5C and 5E. RGB value is (221,92,94). Sum of RGB (Red+Green+Blue) = 221+92+94=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C5E is #22A3A1. Grayscale: #828282. Windows color (decimal): -2270114 or 6184157. OLE color: 6184157.

HSL color Cylindrical-coordinate representation of color #DD5C5E: hue angle of 359.07º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5C5E is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB2219294-
CMYK00.580.570.13
HSL359.07º65.48%61.37%-
HSV(B)359.07º58.37%86.67%-
XYZ35.6723.8313.31-
YUV130.8107.24192.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=54.30%
G=22.60%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221929400.580.570.13359.0765.4861.37
HexDD5C5E03A39D167413d
Octal335134136072711554710175
Binary1101110110111001011110011101011100111011011001111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C5E; }

 p { color: rgb(221,92,94); }

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

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

 a { background-color: rgb(221,92,94); }

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

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

 span { border-color: rgb(221,92,94); }

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