Html Css Color HEX #DC7C5E Terra Cotta

📋 copy color: '#DC7C5E'

red 220 ◦ green 124 ◦ blue 94

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

Shades of Terra Cotta #DC7C5E

Tints of Terra Cotta #DC7C5E

RGB

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

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

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

R = 50.23%
G = 28.31%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC7C5E (or 0xDC7C5E) is known color: Terra Cotta. HEX triplet: DC, 7C and 5E. RGB value is (220,124,94). Sum of RGB (Red+Green+Blue) = 220+124+94=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C5E is #2383A1. Grayscale: #959595. Windows color (decimal): -2327458 or 6192348. OLE color: 6192348.

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

Color convert

RGB 220 124 94 -
CMYK 0 0.44 0.57 0.14
HSL 14.29º 0.64% 0.62% -
HSV(B) 14.29º 0.57% 0.86% -
XYZ 38.74 30.44 14.42 -
YUV 149.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 220 124 94 0 0.44 0.57 0.14 14.29 0.64 0.62
Hex DC 7C 5E 0 2C 39 E E 40 3E
Octal 334 174 136 0 54 71 16 16 100 76
Binary 11011100 1111100 1011110 0 101100 111001 1110 1110 1000000 111110

Color Harmonies of #DC7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C5E

Black with #DC7C5E

Text Example


Text Example

White with #DC7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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