Html Css Color HEX #DC775C Terra Cotta

📋 copy color: '#DC775C'

red 220 ◦ green 119 ◦ blue 92

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

Shades of Terra Cotta #DC775C

Tints of Terra Cotta #DC775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 51.04%
G = 27.61%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC775C (or 0xDC775C) is known color: Terra Cotta. HEX triplet: DC, 77 and 5C. RGB value is (220,119,92). Sum of RGB (Red+Green+Blue) = 220+119+92=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC775C is #2388A3. Grayscale: #929292. Windows color (decimal): -2328740 or 6059996. OLE color: 6059996.

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

Color convert

RGB 220 119 92 -
CMYK 0 0.46 0.58 0.14
HSL 12.66º 0.65% 0.61% -
HSV(B) 12.66º 0.58% 0.86% -
XYZ 38.04 29.18 13.75 -
YUV 146.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 220 119 92 0 0.46 0.58 0.14 12.66 0.65 0.61
Hex DC 77 5C 0 2E 3A E D 41 3D
Octal 334 167 134 0 56 72 16 15 101 75
Binary 11011100 1110111 1011100 0 101110 111010 1110 1101 1000001 111101

Color Harmonies of #DC775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC775C

Black with #DC775C

Text Example


Text Example

White with #DC775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC775C; }

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

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

background-color css

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

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

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

border-color css

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

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

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