Html Css Color HEX #DD7A5C Terra Cotta

📋 copy color: '#DD7A5C'

red 221 ◦ green 122 ◦ blue 92

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

Shades of Terra Cotta #DD7A5C

Tints of Terra Cotta #DD7A5C

RGB

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

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

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

R = 50.8%
G = 28.05%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD7A5C (or 0xDD7A5C) is known color: Terra Cotta. HEX triplet: DD, 7A and 5C. RGB value is (221,122,92). Sum of RGB (Red+Green+Blue) = 221+122+92=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A5C is #2285A3. Grayscale: #949494. Windows color (decimal): -2262436 or 6060765. OLE color: 6060765.

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

Color convert

RGB 221 122 92 -
CMYK 0 0.45 0.58 0.13
HSL 13.95º 0.65% 0.61% -
HSV(B) 13.95º 0.58% 0.87% -
XYZ 38.71 30.06 13.89 -
YUV 148.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 221 122 92 0 0.45 0.58 0.13 13.95 0.65 0.61
Hex DD 7A 5C 0 2D 3A D E 41 3D
Octal 335 172 134 0 55 72 15 16 101 75
Binary 11011101 1111010 1011100 0 101101 111010 1101 1110 1000001 111101

Color Harmonies of #DD7A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A5C

Black with #DD7A5C

Text Example


Text Example

White with #DD7A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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