#DD5C3E

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

Shades of Dark Coral #DD5C3E

Tints of Dark Coral #DD5C3E

Color information

#DD5C3E (or 0xDD5C3E) is unknown color: approx Dark Coral. HEX triplet: DD, 5C and 3E. RGB value is (221,92,62). Sum of RGB (Red+Green+Blue) = 221+92+62=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C3E is #22A3C1. Grayscale: #7F7F7F. Windows color (decimal): -2270146 or 4087005. OLE color: 4087005.

HSL color Cylindrical-coordinate representation of color #DD5C3E: hue angle of 11.32º 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 #DD5C3E is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB2219262-
CMYK00.580.720.13
HSL11.32º70.04%55.49%-
HSV(B)11.32º71.95%86.67%-
XYZ34.5223.377.25-
YUV127.1591.24194.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=58.93%
G=24.53%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221926200.580.720.1311.3270.0455.49
HexDD5C3E03A48Db4637
Octal33513476072110151310667
Binary11011101101110011111001110101001000110110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C3E; }

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

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

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

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

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

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

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

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