Html Css Color HEX #DD7557 Terra Cotta

📋 copy color: '#DD7557'

red 221 ◦ green 117 ◦ blue 87

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

Shades of Terra Cotta #DD7557

Tints of Terra Cotta #DD7557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

 BLUE value IS 87 (34.38% from 255) = 20.47%

R = 52%
G = 27.53%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD7557 (or 0xDD7557) is known color: Terra Cotta. HEX triplet: DD, 75 and 57. RGB value is (221,117,87). Sum of RGB (Red+Green+Blue) = 221+117+87=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7557 is #228AA8. Grayscale: #909090. Windows color (decimal): -2263721 or 5731805. OLE color: 5731805.

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

Color convert

RGB 221 117 87 -
CMYK 0 0.47 0.61 0.13
HSL 13.43º 0.66% 0.6% -
HSV(B) 13.43º 0.61% 0.87% -
XYZ 37.9 28.78 12.57 -
YUV 144.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 221 117 87 0 0.47 0.61 0.13 13.43 0.66 0.6
Hex DD 75 57 0 2F 3D D D 42 3C
Octal 335 165 127 0 57 75 15 15 102 74
Binary 11011101 1110101 1010111 0 101111 111101 1101 1101 1000010 111100

Color Harmonies of #DD7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7557

Black with #DD7557

Text Example


Text Example

White with #DD7557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7557; }

 p { color: rgb(221,117,87); }

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

background-color css

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

 a { background-color: rgb(221,117,87); }

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

border-color css

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

 span { border-color: rgb(221,117,87); }

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