Html Css Color HEX #DC775E Terra Cotta

📋 copy color: '#DC775E'

red 220 ◦ green 119 ◦ blue 94

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

Shades of Terra Cotta #DC775E

Tints of Terra Cotta #DC775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.48%

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

R = 50.81%
G = 27.48%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC775E (or 0xDC775E) is known color: Terra Cotta. HEX triplet: DC, 77 and 5E. RGB value is (220,119,94). Sum of RGB (Red+Green+Blue) = 220+119+94=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC775E is #2388A1. Grayscale: #929292. Windows color (decimal): -2328738 or 6191068. OLE color: 6191068.

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

Color convert

RGB 220 119 94 -
CMYK 0 0.46 0.57 0.14
HSL 11.9º 0.64% 0.62% -
HSV(B) 11.9º 0.57% 0.86% -
XYZ 38.13 29.22 14.22 -
YUV 146.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 220 119 94 0 0.46 0.57 0.14 11.9 0.64 0.62
Hex DC 77 5E 0 2E 39 E C 40 3E
Octal 334 167 136 0 56 71 16 14 100 76
Binary 11011100 1110111 1011110 0 101110 111001 1110 1100 1000000 111110

Color Harmonies of #DC775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC775E

Black with #DC775E

Text Example


Text Example

White with #DC775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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