Html Css Color HEX #DC533D Dark Coral

📋 copy color: '#DC533D'

red 220 ◦ green 83 ◦ blue 61

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

Shades of Dark Coral #DC533D

Tints of Dark Coral #DC533D

RGB

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

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

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

R = 60.44%
G = 22.8%
B = 16.76%

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

#DC533D (or 0xDC533D) is known color: Dark Coral. HEX triplet: DC, 53 and 3D. RGB value is (220,83,61). Sum of RGB (Red+Green+Blue) = 220+83+61=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC533D is #23ACC2. Grayscale: #797979. Windows color (decimal): -2337987 or 4019164. OLE color: 4019164.

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

Color convert

RGB 220 83 61 -
CMYK 0 0.62 0.72 0.14
HSL 8.3º 0.69% 0.55% -
HSV(B) 8.3º 0.72% 0.86% -
XYZ 33.45 21.74 6.85 -
YUV 121.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 220 83 61 0 0.62 0.72 0.14 8.3 0.69 0.55
Hex DC 53 3D 0 3E 48 E 8 45 37
Octal 334 123 75 0 76 110 16 10 105 67
Binary 11011100 1010011 111101 0 111110 1001000 1110 1000 1000101 110111

Color Harmonies of #DC533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC533D

Black with #DC533D

Text Example


Text Example

White with #DC533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC533D; }

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

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

background-color css

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

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

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

border-color css

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

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

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