#DD5A3E

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

Shades of Dark Coral #DD5A3E

Tints of Dark Coral #DD5A3E

Color information

#DD5A3E (or 0xDD5A3E) is unknown color: approx Dark Coral. HEX triplet: DD, 5A and 3E. RGB value is (221,90,62). Sum of RGB (Red+Green+Blue) = 221+90+62=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A3E is #22A5C1. Grayscale: #7E7E7E. Windows color (decimal): -2270658 or 4086493. OLE color: 4086493.

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

Color convert

RGB2219062-
CMYK00.590.720.13
HSL10.57º70.04%55.49%-
HSV(B)10.57º71.95%86.67%-
XYZ34.3423.037.19-
YUV125.9891.9195.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.25%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=59.25%
G=24.13%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221906200.590.720.1310.5770.0455.49
HexDD5A3E03B48Db4637
Octal33513276073110151310667
Binary11011101101101011111001110111001000110110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A3E; }

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

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

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

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

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

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

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

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