Html Css Color HEX #DD7355 Terra Cotta

📋 copy color: '#DD7355'

red 221 ◦ green 115 ◦ blue 85

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

Shades of Terra Cotta #DD7355

Tints of Terra Cotta #DD7355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

 BLUE value IS 85 (33.59% from 255) = 20.19%

R = 52.49%
G = 27.32%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7355 (or 0xDD7355) is known color: Terra Cotta. HEX triplet: DD, 73 and 55. RGB value is (221,115,85). Sum of RGB (Red+Green+Blue) = 221+115+85=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7355 is #228CAA. Grayscale: #8F8F8F. Windows color (decimal): -2264235 or 5600221. OLE color: 5600221.

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

Color convert

RGB 221 115 85 -
CMYK 0 0.48 0.62 0.13
HSL 13.24º 0.67% 0.6% -
HSV(B) 13.24º 0.62% 0.87% -
XYZ 37.59 28.29 12.07 -
YUV 143.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 221 115 85 0 0.48 0.62 0.13 13.24 0.67 0.6
Hex DD 73 55 0 30 3E D D 43 3C
Octal 335 163 125 0 60 76 15 15 103 74
Binary 11011101 1110011 1010101 0 110000 111110 1101 1101 1000011 111100

Color Harmonies of #DD7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7355

Black with #DD7355

Text Example


Text Example

White with #DD7355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7355; }

 p { color: rgb(221,115,85); }

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

background-color css

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

 a { background-color: rgb(221,115,85); }

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

border-color css

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

 span { border-color: rgb(221,115,85); }

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