Html Css Color HEX #DC7D5E Terra Cotta

📋 copy color: '#DC7D5E'

red 220 ◦ green 125 ◦ blue 94

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

Shades of Terra Cotta #DC7D5E

Tints of Terra Cotta #DC7D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 50.11%
G = 28.47%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC7D5E (or 0xDC7D5E) is known color: Terra Cotta. HEX triplet: DC, 7D and 5E. RGB value is (220,125,94). Sum of RGB (Red+Green+Blue) = 220+125+94=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D5E is #2382A1. Grayscale: #969696. Windows color (decimal): -2327202 or 6192604. OLE color: 6192604.

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

Color convert

RGB 220 125 94 -
CMYK 0 0.43 0.57 0.14
HSL 14.76º 0.64% 0.62% -
HSV(B) 14.76º 0.57% 0.86% -
XYZ 38.87 30.69 14.47 -
YUV 149.87 96.47 178.02 -
System Red Green Blue C M Y K H S L
Decimal 220 125 94 0 0.43 0.57 0.14 14.76 0.64 0.62
Hex DC 7D 5E 0 2B 39 E F 40 3E
Octal 334 175 136 0 53 71 16 17 100 76
Binary 11011100 1111101 1011110 0 101011 111001 1110 1111 1000000 111110

Color Harmonies of #DC7D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D5E

Black with #DC7D5E

Text Example


Text Example

White with #DC7D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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