Html Css Color HEX #DC7D5D Terra Cotta

📋 copy color: '#DC7D5D'

red 220 ◦ green 125 ◦ blue 93

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

Shades of Terra Cotta #DC7D5D

Tints of Terra Cotta #DC7D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.54%

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 50.23%
G = 28.54%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC7D5D (or 0xDC7D5D) is known color: Terra Cotta. HEX triplet: DC, 7D and 5D. RGB value is (220,125,93). Sum of RGB (Red+Green+Blue) = 220+125+93=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D5D is #2382A2. Grayscale: #959595. Windows color (decimal): -2327203 or 6127068. OLE color: 6127068.

HSL color Cylindrical-coordinate representation of color #DC7D5D: hue angle of 15.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC7D5D is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 93 -
CMYK 0 0.43 0.58 0.14
HSL 15.12º 0.64% 0.61% -
HSV(B) 15.12º 0.58% 0.86% -
XYZ 38.82 30.67 14.23 -
YUV 149.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 220 125 93 0 0.43 0.58 0.14 15.12 0.64 0.61
Hex DC 7D 5D 0 2B 3A E F 40 3D
Octal 334 175 135 0 53 72 16 17 100 75
Binary 11011100 1111101 1011101 0 101011 111010 1110 1111 1000000 111101

Color Harmonies of #DC7D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D5D

Black with #DC7D5D

Text Example


Text Example

White with #DC7D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D5D; }

 p { color: rgb(220,125,93); }

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

background-color css

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

 a { background-color: rgb(220,125,93); }

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

border-color css

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

 span { border-color: rgb(220,125,93); }

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