Html Css Color HEX #DD7D5D Terra Cotta

📋 copy color: '#DD7D5D'

red 221 ◦ green 125 ◦ blue 93

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

Shades of Terra Cotta #DD7D5D

Tints of Terra Cotta #DD7D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.47%

 BLUE value IS 93 (36.72% from 255) = 21.18%

R = 50.34%
G = 28.47%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD7D5D (or 0xDD7D5D) is known color: Terra Cotta. HEX triplet: DD, 7D and 5D. RGB value is (221,125,93). Sum of RGB (Red+Green+Blue) = 221+125+93=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D5D is #2282A2. Grayscale: #969696. Windows color (decimal): -2261667 or 6127069. OLE color: 6127069.

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

Color convert

RGB 221 125 93 -
CMYK 0 0.43 0.58 0.13
HSL 15º 0.65% 0.62% -
HSV(B) 15º 0.58% 0.87% -
XYZ 39.13 30.83 14.24 -
YUV 150.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 221 125 93 0 0.43 0.58 0.13 15 0.65 0.62
Hex DD 7D 5D 0 2B 3A D F 41 3E
Octal 335 175 135 0 53 72 15 17 101 76
Binary 11011101 1111101 1011101 0 101011 111010 1101 1111 1000001 111110

Color Harmonies of #DD7D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D5D

Black with #DD7D5D

Text Example


Text Example

White with #DD7D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D5D; }

 p { color: rgb(221,125,93); }

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

background-color css

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

 a { background-color: rgb(221,125,93); }

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

border-color css

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

 span { border-color: rgb(221,125,93); }

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