Html Css Color HEX #DD7261 Terra Cotta

📋 copy color: '#DD7261'

red 221 ◦ green 114 ◦ blue 97

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

Shades of Terra Cotta #DD7261

Tints of Terra Cotta #DD7261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

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

R = 51.16%
G = 26.39%
B = 22.45%

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

#DD7261 (or 0xDD7261) is known color: Terra Cotta. HEX triplet: DD, 72 and 61. RGB value is (221,114,97). Sum of RGB (Red+Green+Blue) = 221+114+97=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7261 is #228D9E. Grayscale: #909090. Windows color (decimal): -2264479 or 6386397. OLE color: 6386397.

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

Color convert

RGB 221 114 97 -
CMYK 0 0.48 0.56 0.13
HSL 8.23º 0.65% 0.62% -
HSV(B) 8.23º 0.56% 0.87% -
XYZ 37.99 28.27 14.76 -
YUV 144.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 221 114 97 0 0.48 0.56 0.13 8.23 0.65 0.62
Hex DD 72 61 0 30 38 D 8 41 3E
Octal 335 162 141 0 60 70 15 10 101 76
Binary 11011101 1110010 1100001 0 110000 111000 1101 1000 1000001 111110

Color Harmonies of #DD7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7261

Black with #DD7261

Text Example


Text Example

White with #DD7261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7261; }

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

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

background-color css

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

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

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

border-color css

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

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

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