Html Css Color HEX #DC523D Dark Coral

📋 copy color: '#DC523D'

red 220 ◦ green 82 ◦ blue 61

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

Shades of Dark Coral #DC523D

Tints of Dark Coral #DC523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

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

R = 60.61%
G = 22.59%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC523D (or 0xDC523D) is known color: Dark Coral. HEX triplet: DC, 52 and 3D. RGB value is (220,82,61). Sum of RGB (Red+Green+Blue) = 220+82+61=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC523D is #23ADC2. Grayscale: #797979. Windows color (decimal): -2338243 or 4018908. OLE color: 4018908.

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

Color convert

RGB 220 82 61 -
CMYK 0 0.63 0.72 0.14
HSL 7.92º 0.69% 0.55% -
HSV(B) 7.92º 0.72% 0.86% -
XYZ 33.37 21.59 6.82 -
YUV 120.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 220 82 61 0 0.63 0.72 0.14 7.92 0.69 0.55
Hex DC 52 3D 0 3F 48 E 8 45 37
Octal 334 122 75 0 77 110 16 10 105 67
Binary 11011100 1010010 111101 0 111111 1001000 1110 1000 1000101 110111

Color Harmonies of #DC523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC523D

Black with #DC523D

Text Example


Text Example

White with #DC523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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