Html Css Color HEX #DC5B3E Dark Coral

📋 copy color: '#DC5B3E'

red 220 ◦ green 91 ◦ blue 62

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

Shades of Dark Coral #DC5B3E

Tints of Dark Coral #DC5B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

 BLUE value IS 62 (24.61% from 255) = 16.62%

R = 58.98%
G = 24.4%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC5B3E (or 0xDC5B3E) is known color: Dark Coral. HEX triplet: DC, 5B and 3E. RGB value is (220,91,62). Sum of RGB (Red+Green+Blue) = 220+91+62=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B3E is #23A4C1. Grayscale: #7E7E7E. Windows color (decimal): -2335938 or 4086748. OLE color: 4086748.

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

Color convert

RGB 220 91 62 -
CMYK 0 0.59 0.72 0.14
HSL 11.01º 0.69% 0.55% -
HSV(B) 11.01º 0.72% 0.86% -
XYZ 34.13 23.05 7.21 -
YUV 126.27 91.74 194.86 -
System Red Green Blue C M Y K H S L
Decimal 220 91 62 0 0.59 0.72 0.14 11.01 0.69 0.55
Hex DC 5B 3E 0 3B 48 E B 45 37
Octal 334 133 76 0 73 110 16 13 105 67
Binary 11011100 1011011 111110 0 111011 1001000 1110 1011 1000101 110111

Color Harmonies of #DC5B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B3E

Black with #DC5B3E

Text Example


Text Example

White with #DC5B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B3E; }

 p { color: rgb(220,91,62); }

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

background-color css

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

 a { background-color: rgb(220,91,62); }

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

border-color css

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

 span { border-color: rgb(220,91,62); }

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