Html Css Color HEX #DC593D Dark Coral

📋 copy color: '#DC593D'

red 220 ◦ green 89 ◦ blue 61

#DC593D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #DC593D

Tints of Dark Coral #DC593D

RGB

 RED value IS 220 (86.33% from 255) = 59.46%

 GREEN value IS 89 (35.16% from 255) = 24.05%

 BLUE value IS 61 (24.22% from 255) = 16.49%

R = 59.46%
G = 24.05%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC593D (or 0xDC593D) is known color: Dark Coral. HEX triplet: DC, 59 and 3D. RGB value is (220,89,61). Sum of RGB (Red+Green+Blue) = 220+89+61=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC593D is #23A6C2. Grayscale: #7D7D7D. Windows color (decimal): -2336451 or 4020700. OLE color: 4020700.

HSL color Cylindrical-coordinate representation of color #DC593D: hue angle of 10.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC593D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 61 -
CMYK 0 0.60 0.72 0.14
HSL 10.57º 0.69% 0.55% -
HSV(B) 10.57º 0.72% 0.86% -
XYZ 33.93 22.7 7.01 -
YUV 124.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 220 89 61 0 0.60 0.72 0.14 10.57 0.69 0.55
Hex DC 59 3D 0 3C 48 E B 45 37
Octal 334 131 75 0 74 110 16 13 105 67
Binary 11011100 1011001 111101 0 111100 1001000 1110 1011 1000101 110111

Color Harmonies of #DC593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC593D

Black with #DC593D

Text Example


Text Example

White with #DC593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC593D; }

 p { color: rgb(220,89,61); }

 H1.HeaderClassName
 {
   color: #DC593D;
 }
 .AnyTagClassName
 {
   color: #DC593D;
 }
</style>

background-color css

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

 a { background-color: rgb(220,89,61); }

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

border-color css

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

 span { border-color: rgb(220,89,61); }

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