Html Css Color HEX #DD705C Terra Cotta

📋 copy color: '#DD705C'

red 221 ◦ green 112 ◦ blue 92

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

Shades of Terra Cotta #DD705C

Tints of Terra Cotta #DD705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 92 (36.33% from 255) = 21.65%

R = 52%
G = 26.35%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD705C (or 0xDD705C) is known color: Terra Cotta. HEX triplet: DD, 70 and 5C. RGB value is (221,112,92). Sum of RGB (Red+Green+Blue) = 221+112+92=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD705C is #228FA3. Grayscale: #8E8E8E. Windows color (decimal): -2264996 or 6058205. OLE color: 6058205.

HSL color Cylindrical-coordinate representation of color #DD705C: hue angle of 9.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD705C is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 92 -
CMYK 0 0.49 0.58 0.13
HSL 9.3º 0.65% 0.61% -
HSV(B) 9.3º 0.58% 0.87% -
XYZ 37.54 27.73 13.5 -
YUV 142.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 221 112 92 0 0.49 0.58 0.13 9.3 0.65 0.61
Hex DD 70 5C 0 31 3A D 9 41 3D
Octal 335 160 134 0 61 72 15 11 101 75
Binary 11011101 1110000 1011100 0 110001 111010 1101 1001 1000001 111101

Color Harmonies of #DD705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD705C

Black with #DD705C

Text Example


Text Example

White with #DD705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD705C; }

 p { color: rgb(221,112,92); }

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

background-color css

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

 a { background-color: rgb(221,112,92); }

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

border-color css

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

 span { border-color: rgb(221,112,92); }

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