Html Css Color HEX #DD7A60 Terra Cotta

📋 copy color: '#DD7A60'

red 221 ◦ green 122 ◦ blue 96

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

Shades of Terra Cotta #DD7A60

Tints of Terra Cotta #DD7A60

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.79%

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

R = 50.34%
G = 27.79%
B = 21.87%

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

#DD7A60 (or 0xDD7A60) is known color: Terra Cotta. HEX triplet: DD, 7A and 60. RGB value is (221,122,96). Sum of RGB (Red+Green+Blue) = 221+122+96=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A60 is #22859F. Grayscale: #949494. Windows color (decimal): -2262432 or 6322909. OLE color: 6322909.

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

Color convert

RGB 221 122 96 -
CMYK 0 0.45 0.57 0.13
HSL 12.48º 0.65% 0.62% -
HSV(B) 12.48º 0.57% 0.87% -
XYZ 38.89 30.14 14.83 -
YUV 148.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 221 122 96 0 0.45 0.57 0.13 12.48 0.65 0.62
Hex DD 7A 60 0 2D 39 D C 41 3E
Octal 335 172 140 0 55 71 15 14 101 76
Binary 11011101 1111010 1100000 0 101101 111001 1101 1100 1000001 111110

Color Harmonies of #DD7A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A60

Black with #DD7A60

Text Example


Text Example

White with #DD7A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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