Html Css Color HEX #DD7352 Terra Cotta

📋 copy color: '#DD7352'

red 221 ◦ green 115 ◦ blue 82

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

Shades of Terra Cotta #DD7352

Tints of Terra Cotta #DD7352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 52.87%
G = 27.51%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD7352 (or 0xDD7352) is known color: Terra Cotta. HEX triplet: DD, 73 and 52. RGB value is (221,115,82). Sum of RGB (Red+Green+Blue) = 221+115+82=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7352 is #228CAD. Grayscale: #8F8F8F. Windows color (decimal): -2264238 or 5403613. OLE color: 5403613.

HSL color Cylindrical-coordinate representation of color #DD7352: hue angle of 14.24º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD7352 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 82 -
CMYK 0 0.48 0.63 0.13
HSL 14.24º 0.67% 0.59% -
HSV(B) 14.24º 0.63% 0.87% -
XYZ 37.47 28.24 11.46 -
YUV 142.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 221 115 82 0 0.48 0.63 0.13 14.24 0.67 0.59
Hex DD 73 52 0 30 3F D E 43 3B
Octal 335 163 122 0 60 77 15 16 103 73
Binary 11011101 1110011 1010010 0 110000 111111 1101 1110 1000011 111011

Color Harmonies of #DD7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7352

Black with #DD7352

Text Example


Text Example

White with #DD7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7352; }

 p { color: rgb(221,115,82); }

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

background-color css

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

 a { background-color: rgb(221,115,82); }

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

border-color css

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

 span { border-color: rgb(221,115,82); }

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