Html Css Color HEX #DC553D Dark Coral

📋 copy color: '#DC553D'

red 220 ◦ green 85 ◦ blue 61

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

Shades of Dark Coral #DC553D

Tints of Dark Coral #DC553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

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

R = 60.11%
G = 23.22%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC553D (or 0xDC553D) is known color: Dark Coral. HEX triplet: DC, 55 and 3D. RGB value is (220,85,61). Sum of RGB (Red+Green+Blue) = 220+85+61=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC553D is #23AAC2. Grayscale: #7A7A7A. Windows color (decimal): -2337475 or 4019676. OLE color: 4019676.

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

Color convert

RGB 220 85 61 -
CMYK 0 0.61 0.72 0.14
HSL 9.06º 0.69% 0.55% -
HSV(B) 9.06º 0.72% 0.86% -
XYZ 33.61 22.05 6.9 -
YUV 122.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 220 85 61 0 0.61 0.72 0.14 9.06 0.69 0.55
Hex DC 55 3D 0 3D 48 E 9 45 37
Octal 334 125 75 0 75 110 16 11 105 67
Binary 11011100 1010101 111101 0 111101 1001000 1110 1001 1000101 110111

Color Harmonies of #DC553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC553D

Black with #DC553D

Text Example


Text Example

White with #DC553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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