Html Css Color HEX #DD7A5E Terra Cotta

📋 copy color: '#DD7A5E'

red 221 ◦ green 122 ◦ blue 94

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

Shades of Terra Cotta #DD7A5E

Tints of Terra Cotta #DD7A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.92%

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

R = 50.57%
G = 27.92%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD7A5E (or 0xDD7A5E) is known color: Terra Cotta. HEX triplet: DD, 7A and 5E. RGB value is (221,122,94). Sum of RGB (Red+Green+Blue) = 221+122+94=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A5E is #2285A1. Grayscale: #949494. Windows color (decimal): -2262434 or 6191837. OLE color: 6191837.

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

Color convert

RGB 221 122 94 -
CMYK 0 0.45 0.57 0.13
HSL 13.23º 0.65% 0.62% -
HSV(B) 13.23º 0.57% 0.87% -
XYZ 38.8 30.1 14.35 -
YUV 148.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 221 122 94 0 0.45 0.57 0.13 13.23 0.65 0.62
Hex DD 7A 5E 0 2D 39 D D 41 3E
Octal 335 172 136 0 55 71 15 15 101 76
Binary 11011101 1111010 1011110 0 101101 111001 1101 1101 1000001 111110

Color Harmonies of #DD7A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A5E

Black with #DD7A5E

Text Example


Text Example

White with #DD7A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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