#DD553D

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

Shades of Dark Coral #DD553D

Tints of Dark Coral #DD553D

Color information

#DD553D (or 0xDD553D) is unknown color: approx Dark Coral. HEX triplet: DD, 55 and 3D. RGB value is (221,85,61). Sum of RGB (Red+Green+Blue) = 221+85+61=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD553D is #22AAC2. Grayscale: #7B7B7B. Windows color (decimal): -2271939 or 4019677. OLE color: 4019677.

HSL color Cylindrical-coordinate representation of color #DD553D: hue angle of 9º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD553D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB2218561-
CMYK00.620.720.13
HSL70.18%55.29%-
HSV(B)72.4%86.67%-
XYZ33.9122.216.91-
YUV122.9393.06197.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.22%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 61 (24.22% from 255) = 16.62%
R=60.22%
G=23.16%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221856100.620.720.13970.1855.29
HexDD553D03E48D94637
Octal33512575076110151110667
Binary11011101101010111110101111101001000110110011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD553D; }

 p { color: rgb(221,85,61); }

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

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

 a { background-color: rgb(221,85,61); }

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

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

 span { border-color: rgb(221,85,61); }

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