Html Css Color HEX #DD7E5C Terra Cotta

📋 copy color: '#DD7E5C'

red 221 ◦ green 126 ◦ blue 92

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

Shades of Terra Cotta #DD7E5C

Tints of Terra Cotta #DD7E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.7%

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 50.34%
G = 28.7%
B = 20.96%

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

#DD7E5C (or 0xDD7E5C) is known color: Terra Cotta. HEX triplet: DD, 7E and 5C. RGB value is (221,126,92). Sum of RGB (Red+Green+Blue) = 221+126+92=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E5C is #2281A3. Grayscale: #969696. Windows color (decimal): -2261412 or 6061789. OLE color: 6061789.

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

Color convert

RGB 221 126 92 -
CMYK 0 0.43 0.58 0.13
HSL 15.81º 0.65% 0.61% -
HSV(B) 15.81º 0.58% 0.87% -
XYZ 39.21 31.07 14.05 -
YUV 150.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 221 126 92 0 0.43 0.58 0.13 15.81 0.65 0.61
Hex DD 7E 5C 0 2B 3A D 10 41 3D
Octal 335 176 134 0 53 72 15 20 101 75
Binary 11011101 1111110 1011100 0 101011 111010 1101 10000 1000001 111101

Color Harmonies of #DD7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E5C

Black with #DD7E5C

Text Example


Text Example

White with #DD7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E5C; }

 p { color: rgb(221,126,92); }

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

background-color css

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

 a { background-color: rgb(221,126,92); }

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

border-color css

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

 span { border-color: rgb(221,126,92); }

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