Html Css Color HEX #DD533D Dark Coral

📋 copy color: '#DD533D'

red 221 ◦ green 83 ◦ blue 61

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

Shades of Dark Coral #DD533D

Tints of Dark Coral #DD533D

RGB

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

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

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

R = 60.55%
G = 22.74%
B = 16.71%

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

#DD533D (or 0xDD533D) is known color: Dark Coral. HEX triplet: DD, 53 and 3D. RGB value is (221,83,61). Sum of RGB (Red+Green+Blue) = 221+83+61=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD533D is #22ACC2. Grayscale: #797979. Windows color (decimal): -2272451 or 4019165. OLE color: 4019165.

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

Color convert

RGB 221 83 61 -
CMYK 0 0.62 0.72 0.13
HSL 8.25º 0.7% 0.55% -
HSV(B) 8.25º 0.72% 0.87% -
XYZ 33.75 21.9 6.86 -
YUV 121.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 221 83 61 0 0.62 0.72 0.13 8.25 0.7 0.55
Hex DD 53 3D 0 3E 48 D 8 46 37
Octal 335 123 75 0 76 110 15 10 106 67
Binary 11011101 1010011 111101 0 111110 1001000 1101 1000 1000110 110111

Color Harmonies of #DD533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD533D

Black with #DD533D

Text Example


Text Example

White with #DD533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD533D; }

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

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

background-color css

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

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

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

border-color css

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

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

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