Html Css Color HEX #DC533E Dark Coral

📋 copy color: '#DC533E'

red 220 ◦ green 83 ◦ blue 62

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

Shades of Dark Coral #DC533E

Tints of Dark Coral #DC533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

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

R = 60.27%
G = 22.74%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC533E (or 0xDC533E) is known color: Dark Coral. HEX triplet: DC, 53 and 3E. RGB value is (220,83,62). Sum of RGB (Red+Green+Blue) = 220+83+62=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC533E is #23ACC1. Grayscale: #797979. Windows color (decimal): -2337986 or 4084700. OLE color: 4084700.

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

Color convert

RGB 220 83 62 -
CMYK 0 0.62 0.72 0.14
HSL 7.97º 0.69% 0.55% -
HSV(B) 7.97º 0.72% 0.86% -
XYZ 33.48 21.75 6.99 -
YUV 121.57 94.39 198.21 -
System Red Green Blue C M Y K H S L
Decimal 220 83 62 0 0.62 0.72 0.14 7.97 0.69 0.55
Hex DC 53 3E 0 3E 48 E 8 45 37
Octal 334 123 76 0 76 110 16 10 105 67
Binary 11011100 1010011 111110 0 111110 1001000 1110 1000 1000101 110111

Color Harmonies of #DC533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC533E

Black with #DC533E

Text Example


Text Example

White with #DC533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC533E; }

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

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

background-color css

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

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

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

border-color css

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

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

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