Html Css Color HEX #DD533E Dark Coral

📋 copy color: '#DD533E'

red 221 ◦ green 83 ◦ blue 62

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

Shades of Dark Coral #DD533E

Tints of Dark Coral #DD533E

RGB

 RED value IS 221 (86.72% from 255) = 60.38%

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

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

R = 60.38%
G = 22.68%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD533E (or 0xDD533E) is known color: Dark Coral. HEX triplet: DD, 53 and 3E. RGB value is (221,83,62). Sum of RGB (Red+Green+Blue) = 221+83+62=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD533E is #22ACC1. Grayscale: #7A7A7A. Windows color (decimal): -2272450 or 4084701. OLE color: 4084701.

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

Color convert

RGB 221 83 62 -
CMYK 0 0.62 0.72 0.13
HSL 7.92º 0.7% 0.55% -
HSV(B) 7.92º 0.72% 0.87% -
XYZ 33.78 21.91 7.01 -
YUV 121.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 221 83 62 0 0.62 0.72 0.13 7.92 0.7 0.55
Hex DD 53 3E 0 3E 48 D 8 46 37
Octal 335 123 76 0 76 110 15 10 106 67
Binary 11011101 1010011 111110 0 111110 1001000 1101 1000 1000110 110111

Color Harmonies of #DD533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD533E

Black with #DD533E

Text Example


Text Example

White with #DD533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD533E; }

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

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

background-color css

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

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

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

border-color css

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

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

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