Html Css Color HEX #DC5842 Dark Coral

📋 copy color: '#DC5842'

red 220 ◦ green 88 ◦ blue 66

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

Shades of Dark Coral #DC5842

Tints of Dark Coral #DC5842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 58.82%
G = 23.53%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC5842 (or 0xDC5842) is known color: Dark Coral. HEX triplet: DC, 58 and 42. RGB value is (220,88,66). Sum of RGB (Red+Green+Blue) = 220+88+66=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5842 is #23A7BD. Grayscale: #7D7D7D. Windows color (decimal): -2336702 or 4348124. OLE color: 4348124.

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

Color convert

RGB 220 88 66 -
CMYK 0 0.6 0.7 0.14
HSL 8.57º 0.69% 0.56% -
HSV(B) 8.57º 0.7% 0.86% -
XYZ 33.99 22.59 7.72 -
YUV 124.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 220 88 66 0 0.6 0.7 0.14 8.57 0.69 0.56
Hex DC 58 42 0 3C 46 E 9 45 38
Octal 334 130 102 0 74 106 16 11 105 70
Binary 11011100 1011000 1000010 0 111100 1000110 1110 1001 1000101 111000

Color Harmonies of #DC5842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5842

Black with #DC5842

Text Example


Text Example

White with #DC5842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5842; }

 p { color: rgb(220,88,66); }

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

background-color css

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

 a { background-color: rgb(220,88,66); }

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

border-color css

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

 span { border-color: rgb(220,88,66); }

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