Html Css Color HEX #DC533B Dark Coral

📋 copy color: '#DC533B'

red 220 ◦ green 83 ◦ blue 59

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

Shades of Dark Coral #DC533B

Tints of Dark Coral #DC533B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.3%

R = 60.77%
G = 22.93%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC533B (or 0xDC533B) is known color: Dark Coral. HEX triplet: DC, 53 and 3B. RGB value is (220,83,59). Sum of RGB (Red+Green+Blue) = 220+83+59=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC533B is #23ACC4. Grayscale: #797979. Windows color (decimal): -2337989 or 3888092. OLE color: 3888092.

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

Color convert

RGB 220 83 59 -
CMYK 0 0.62 0.73 0.14
HSL 8.94º 0.7% 0.55% -
HSV(B) 8.94º 0.73% 0.86% -
XYZ 33.4 21.72 6.57 -
YUV 121.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 220 83 59 0 0.62 0.73 0.14 8.94 0.7 0.55
Hex DC 53 3B 0 3E 49 E 9 46 37
Octal 334 123 73 0 76 111 16 11 106 67
Binary 11011100 1010011 111011 0 111110 1001001 1110 1001 1000110 110111

Color Harmonies of #DC533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC533B

Black with #DC533B

Text Example


Text Example

White with #DC533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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