Html Css Color HEX #DD7F57 Terra Cotta

📋 copy color: '#DD7F57'

red 221 ◦ green 127 ◦ blue 87

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

Shades of Terra Cotta #DD7F57

Tints of Terra Cotta #DD7F57

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

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

R = 50.8%
G = 29.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD7F57 (or 0xDD7F57) is known color: Terra Cotta. HEX triplet: DD, 7F and 57. RGB value is (221,127,87). Sum of RGB (Red+Green+Blue) = 221+127+87=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F57 is #2280A8. Grayscale: #969696. Windows color (decimal): -2261161 or 5734365. OLE color: 5734365.

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

Color convert

RGB 221 127 87 -
CMYK 0 0.43 0.61 0.13
HSL 17.91º 0.66% 0.6% -
HSV(B) 17.91º 0.61% 0.87% -
XYZ 39.13 31.24 12.98 -
YUV 150.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 221 127 87 0 0.43 0.61 0.13 17.91 0.66 0.6
Hex DD 7F 57 0 2B 3D D 12 42 3C
Octal 335 177 127 0 53 75 15 22 102 74
Binary 11011101 1111111 1010111 0 101011 111101 1101 10010 1000010 111100

Color Harmonies of #DD7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F57

Black with #DD7F57

Text Example


Text Example

White with #DD7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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