Html Css Color HEX #DD7D5F Terra Cotta

📋 copy color: '#DD7D5F'

red 221 ◦ green 125 ◦ blue 95

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

Shades of Terra Cotta #DD7D5F

Tints of Terra Cotta #DD7D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 50.11%
G = 28.34%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD7D5F (or 0xDD7D5F) is known color: Terra Cotta. HEX triplet: DD, 7D and 5F. RGB value is (221,125,95). Sum of RGB (Red+Green+Blue) = 221+125+95=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D5F is #2282A0. Grayscale: #969696. Windows color (decimal): -2261665 or 6258141. OLE color: 6258141.

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

Color convert

RGB 221 125 95 -
CMYK 0 0.43 0.57 0.13
HSL 14.29º 0.65% 0.62% -
HSV(B) 14.29º 0.57% 0.87% -
XYZ 39.22 30.87 14.72 -
YUV 150.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 221 125 95 0 0.43 0.57 0.13 14.29 0.65 0.62
Hex DD 7D 5F 0 2B 39 D E 41 3E
Octal 335 175 137 0 53 71 15 16 101 76
Binary 11011101 1111101 1011111 0 101011 111001 1101 1110 1000001 111110

Color Harmonies of #DD7D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D5F

Black with #DD7D5F

Text Example


Text Example

White with #DD7D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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