Html Css Color HEX #DD705A Terra Cotta

📋 copy color: '#DD705A'

red 221 ◦ green 112 ◦ blue 90

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

Shades of Terra Cotta #DD705A

Tints of Terra Cotta #DD705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.28%

R = 52.25%
G = 26.48%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD705A (or 0xDD705A) is known color: Terra Cotta. HEX triplet: DD, 70 and 5A. RGB value is (221,112,90). Sum of RGB (Red+Green+Blue) = 221+112+90=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD705A is #228FA5. Grayscale: #8E8E8E. Windows color (decimal): -2264998 or 5927133. OLE color: 5927133.

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

Color convert

RGB 221 112 90 -
CMYK 0 0.49 0.59 0.13
HSL 10.08º 0.66% 0.61% -
HSV(B) 10.08º 0.59% 0.87% -
XYZ 37.46 27.7 13.04 -
YUV 142.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 221 112 90 0 0.49 0.59 0.13 10.08 0.66 0.61
Hex DD 70 5A 0 31 3B D A 42 3D
Octal 335 160 132 0 61 73 15 12 102 75
Binary 11011101 1110000 1011010 0 110001 111011 1101 1010 1000010 111101

Color Harmonies of #DD705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD705A

Black with #DD705A

Text Example


Text Example

White with #DD705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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