Html Css Color HEX #DD7057 Terra Cotta

📋 copy color: '#DD7057'

red 221 ◦ green 112 ◦ blue 87

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

Shades of Terra Cotta #DD7057

Tints of Terra Cotta #DD7057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 52.62%
G = 26.67%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD7057 (or 0xDD7057) is known color: Terra Cotta. HEX triplet: DD, 70 and 57. RGB value is (221,112,87). Sum of RGB (Red+Green+Blue) = 221+112+87=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7057 is #228FA8. Grayscale: #8D8D8D. Windows color (decimal): -2265001 or 5730525. OLE color: 5730525.

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

Color convert

RGB 221 112 87 -
CMYK 0 0.49 0.61 0.13
HSL 11.19º 0.66% 0.6% -
HSV(B) 11.19º 0.61% 0.87% -
XYZ 37.33 27.65 12.39 -
YUV 141.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 221 112 87 0 0.49 0.61 0.13 11.19 0.66 0.6
Hex DD 70 57 0 31 3D D B 42 3C
Octal 335 160 127 0 61 75 15 13 102 74
Binary 11011101 1110000 1010111 0 110001 111101 1101 1011 1000010 111100

Color Harmonies of #DD7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7057

Black with #DD7057

Text Example


Text Example

White with #DD7057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7057; }

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

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

background-color css

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

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

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

border-color css

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

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

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