Html Css Color HEX #DD7960 Terra Cotta

📋 copy color: '#DD7960'

red 221 ◦ green 121 ◦ blue 96

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

Shades of Terra Cotta #DD7960

Tints of Terra Cotta #DD7960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.63%

 BLUE value IS 96 (37.89% from 255) = 21.92%

R = 50.46%
G = 27.63%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD7960 (or 0xDD7960) is known color: Terra Cotta. HEX triplet: DD, 79 and 60. RGB value is (221,121,96). Sum of RGB (Red+Green+Blue) = 221+121+96=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7960 is #22869F. Grayscale: #949494. Windows color (decimal): -2262688 or 6322653. OLE color: 6322653.

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

Color convert

RGB 221 121 96 -
CMYK 0 0.45 0.57 0.13
HSL 12º 0.65% 0.62% -
HSV(B) 12º 0.57% 0.87% -
XYZ 38.77 29.89 14.79 -
YUV 148.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 221 121 96 0 0.45 0.57 0.13 12 0.65 0.62
Hex DD 79 60 0 2D 39 D C 41 3E
Octal 335 171 140 0 55 71 15 14 101 76
Binary 11011101 1111001 1100000 0 101101 111001 1101 1100 1000001 111110

Color Harmonies of #DD7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7960

Black with #DD7960

Text Example


Text Example

White with #DD7960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7960; }

 p { color: rgb(221,121,96); }

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

background-color css

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

 a { background-color: rgb(221,121,96); }

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

border-color css

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

 span { border-color: rgb(221,121,96); }

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