Html Css Color HEX #DD705B Terra Cotta

📋 copy color: '#DD705B'

red 221 ◦ green 112 ◦ blue 91

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

Shades of Terra Cotta #DD705B

Tints of Terra Cotta #DD705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.46%

R = 52.12%
G = 26.42%
B = 21.46%

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

#DD705B (or 0xDD705B) is known color: Terra Cotta. HEX triplet: DD, 70 and 5B. RGB value is (221,112,91). Sum of RGB (Red+Green+Blue) = 221+112+91=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD705B is #228FA4. Grayscale: #8E8E8E. Windows color (decimal): -2264997 or 5992669. OLE color: 5992669.

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

Color convert

RGB 221 112 91 -
CMYK 0 0.49 0.59 0.13
HSL 9.69º 0.66% 0.61% -
HSV(B) 9.69º 0.59% 0.87% -
XYZ 37.5 27.72 13.27 -
YUV 142.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 221 112 91 0 0.49 0.59 0.13 9.69 0.66 0.61
Hex DD 70 5B 0 31 3B D A 42 3D
Octal 335 160 133 0 61 73 15 12 102 75
Binary 11011101 1110000 1011011 0 110001 111011 1101 1010 1000010 111101

Color Harmonies of #DD705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD705B

Black with #DD705B

Text Example


Text Example

White with #DD705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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