Html Css Color HEX #DC7957 Terra Cotta

📋 copy color: '#DC7957'

red 220 ◦ green 121 ◦ blue 87

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

Shades of Terra Cotta #DC7957

Tints of Terra Cotta #DC7957

RGB

 RED value IS 220 (86.33% from 255) = 51.4%

 GREEN value IS 121 (47.66% from 255) = 28.27%

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

R = 51.4%
G = 28.27%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC7957 (or 0xDC7957) is known color: Terra Cotta. HEX triplet: DC, 79 and 57. RGB value is (220,121,87). Sum of RGB (Red+Green+Blue) = 220+121+87=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7957 is #2386A8. Grayscale: #929292. Windows color (decimal): -2328233 or 5732828. OLE color: 5732828.

HSL color Cylindrical-coordinate representation of color #DC7957: hue angle of 15.34º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7957 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 121 87 -
CMYK 0 0.45 0.60 0.14
HSL 15.34º 0.66% 0.6% -
HSV(B) 15.34º 0.6% 0.86% -
XYZ 38.07 29.58 12.72 -
YUV 146.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 220 121 87 0 0.45 0.60 0.14 15.34 0.66 0.6
Hex DC 79 57 0 2D 3C E F 42 3C
Octal 334 171 127 0 55 74 16 17 102 74
Binary 11011100 1111001 1010111 0 101101 111100 1110 1111 1000010 111100

Color Harmonies of #DC7957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7957

Black with #DC7957

Text Example


Text Example

White with #DC7957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7957; }

 p { color: rgb(220,121,87); }

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

background-color css

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

 a { background-color: rgb(220,121,87); }

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

border-color css

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

 span { border-color: rgb(220,121,87); }

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