Html Css Color HEX #DD7361 Terra Cotta

📋 copy color: '#DD7361'

red 221 ◦ green 115 ◦ blue 97

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

Shades of Terra Cotta #DD7361

Tints of Terra Cotta #DD7361

RGB

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

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

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

R = 51.04%
G = 26.56%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD7361 (or 0xDD7361) is known color: Terra Cotta. HEX triplet: DD, 73 and 61. RGB value is (221,115,97). Sum of RGB (Red+Green+Blue) = 221+115+97=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7361 is #228C9E. Grayscale: #909090. Windows color (decimal): -2264223 or 6386653. OLE color: 6386653.

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

Color convert

RGB 221 115 97 -
CMYK 0 0.48 0.56 0.13
HSL 8.71º 0.65% 0.62% -
HSV(B) 8.71º 0.56% 0.87% -
XYZ 38.11 28.5 14.8 -
YUV 144.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 221 115 97 0 0.48 0.56 0.13 8.71 0.65 0.62
Hex DD 73 61 0 30 38 D 9 41 3E
Octal 335 163 141 0 60 70 15 11 101 76
Binary 11011101 1110011 1100001 0 110000 111000 1101 1001 1000001 111110

Color Harmonies of #DD7361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7361

Black with #DD7361

Text Example


Text Example

White with #DD7361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7361; }

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

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

background-color css

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

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

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

border-color css

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

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

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