Html Css Color HEX #DD7E5E Terra Cotta

📋 copy color: '#DD7E5E'

red 221 ◦ green 126 ◦ blue 94

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

Shades of Terra Cotta #DD7E5E

Tints of Terra Cotta #DD7E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 50.11%
G = 28.57%
B = 21.32%

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

#DD7E5E (or 0xDD7E5E) is known color: Terra Cotta. HEX triplet: DD, 7E and 5E. RGB value is (221,126,94). Sum of RGB (Red+Green+Blue) = 221+126+94=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E5E is #2281A1. Grayscale: #969696. Windows color (decimal): -2261410 or 6192861. OLE color: 6192861.

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

Color convert

RGB 221 126 94 -
CMYK 0 0.43 0.57 0.13
HSL 15.12º 0.65% 0.62% -
HSV(B) 15.12º 0.57% 0.87% -
XYZ 39.3 31.1 14.52 -
YUV 150.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 221 126 94 0 0.43 0.57 0.13 15.12 0.65 0.62
Hex DD 7E 5E 0 2B 39 D F 41 3E
Octal 335 176 136 0 53 71 15 17 101 76
Binary 11011101 1111110 1011110 0 101011 111001 1101 1111 1000001 111110

Color Harmonies of #DD7E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E5E

Black with #DD7E5E

Text Example


Text Example

White with #DD7E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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