Html Css Color HEX #DD7461 Terra Cotta

📋 copy color: '#DD7461'

red 221 ◦ green 116 ◦ blue 97

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

Shades of Terra Cotta #DD7461

Tints of Terra Cotta #DD7461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

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

R = 50.92%
G = 26.73%
B = 22.35%

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

#DD7461 (or 0xDD7461) is known color: Terra Cotta. HEX triplet: DD, 74 and 61. RGB value is (221,116,97). Sum of RGB (Red+Green+Blue) = 221+116+97=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7461 is #228B9E. Grayscale: #919191. Windows color (decimal): -2263967 or 6386909. OLE color: 6386909.

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

Color convert

RGB 221 116 97 -
CMYK 0 0.48 0.56 0.13
HSL 9.19º 0.65% 0.62% -
HSV(B) 9.19º 0.56% 0.87% -
XYZ 38.22 28.73 14.84 -
YUV 145.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 221 116 97 0 0.48 0.56 0.13 9.19 0.65 0.62
Hex DD 74 61 0 30 38 D 9 41 3E
Octal 335 164 141 0 60 70 15 11 101 76
Binary 11011101 1110100 1100001 0 110000 111000 1101 1001 1000001 111110

Color Harmonies of #DD7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7461

Black with #DD7461

Text Example


Text Example

White with #DD7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7461; }

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

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

background-color css

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

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

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

border-color css

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

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

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