Html Css Color HEX #DD7061 Terra Cotta

📋 copy color: '#DD7061'

red 221 ◦ green 112 ◦ blue 97

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

Shades of Terra Cotta #DD7061

Tints of Terra Cotta #DD7061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.56%

R = 51.4%
G = 26.05%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD7061 (or 0xDD7061) is known color: Terra Cotta. HEX triplet: DD, 70 and 61. RGB value is (221,112,97). Sum of RGB (Red+Green+Blue) = 221+112+97=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7061 is #228F9E. Grayscale: #8F8F8F. Windows color (decimal): -2264991 or 6385885. OLE color: 6385885.

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

Color convert

RGB 221 112 97 -
CMYK 0 0.49 0.56 0.13
HSL 7.26º 0.65% 0.62% -
HSV(B) 7.26º 0.56% 0.87% -
XYZ 37.77 27.82 14.69 -
YUV 142.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 221 112 97 0 0.49 0.56 0.13 7.26 0.65 0.62
Hex DD 70 61 0 31 38 D 7 41 3E
Octal 335 160 141 0 61 70 15 7 101 76
Binary 11011101 1110000 1100001 0 110001 111000 1101 111 1000001 111110

Color Harmonies of #DD7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7061

Black with #DD7061

Text Example


Text Example

White with #DD7061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7061; }

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

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

background-color css

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

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

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

border-color css

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

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

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