Html Css Color HEX #DC7C5D Terra Cotta

📋 copy color: '#DC7C5D'

red 220 ◦ green 124 ◦ blue 93

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

Shades of Terra Cotta #DC7C5D

Tints of Terra Cotta #DC7C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.38%

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

R = 50.34%
G = 28.38%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC7C5D (or 0xDC7C5D) is known color: Terra Cotta. HEX triplet: DC, 7C and 5D. RGB value is (220,124,93). Sum of RGB (Red+Green+Blue) = 220+124+93=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C5D is #2383A2. Grayscale: #959595. Windows color (decimal): -2327459 or 6126812. OLE color: 6126812.

HSL color Cylindrical-coordinate representation of color #DC7C5D: hue angle of 14.65º 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 #DC7C5D is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 124 93 -
CMYK 0 0.44 0.58 0.14
HSL 14.65º 0.64% 0.61% -
HSV(B) 14.65º 0.58% 0.86% -
XYZ 38.7 30.42 14.19 -
YUV 149.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 220 124 93 0 0.44 0.58 0.14 14.65 0.64 0.61
Hex DC 7C 5D 0 2C 3A E F 40 3D
Octal 334 174 135 0 54 72 16 17 100 75
Binary 11011100 1111100 1011101 0 101100 111010 1110 1111 1000000 111101

Color Harmonies of #DC7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C5D

Black with #DC7C5D

Text Example


Text Example

White with #DC7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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