Html Css Color HEX #DD7760 Terra Cotta

📋 copy color: '#DD7760'

red 221 ◦ green 119 ◦ blue 96

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

Shades of Terra Cotta #DD7760

Tints of Terra Cotta #DD7760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

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

R = 50.69%
G = 27.29%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD7760 (or 0xDD7760) is known color: Terra Cotta. HEX triplet: DD, 77 and 60. RGB value is (221,119,96). Sum of RGB (Red+Green+Blue) = 221+119+96=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7760 is #22889F. Grayscale: #939393. Windows color (decimal): -2263200 or 6322141. OLE color: 6322141.

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

Color convert

RGB 221 119 96 -
CMYK 0 0.46 0.57 0.13
HSL 11.04º 0.65% 0.62% -
HSV(B) 11.04º 0.57% 0.87% -
XYZ 38.53 29.41 14.71 -
YUV 146.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 221 119 96 0 0.46 0.57 0.13 11.04 0.65 0.62
Hex DD 77 60 0 2E 39 D B 41 3E
Octal 335 167 140 0 56 71 15 13 101 76
Binary 11011101 1110111 1100000 0 101110 111001 1101 1011 1000001 111110

Color Harmonies of #DD7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7760

Black with #DD7760

Text Example


Text Example

White with #DD7760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7760; }

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

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

background-color css

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

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

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

border-color css

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

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

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