Html Css Color HEX #DC7865 Terra Cotta

📋 copy color: '#DC7865'

red 220 ◦ green 120 ◦ blue 101

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

Shades of Terra Cotta #DC7865

Tints of Terra Cotta #DC7865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.21%

 BLUE value IS 101 (39.84% from 255) = 22.9%

R = 49.89%
G = 27.21%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC7865 (or 0xDC7865) is known color: Terra Cotta. HEX triplet: DC, 78 and 65. RGB value is (220,120,101). Sum of RGB (Red+Green+Blue) = 220+120+101=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7865 is #23879A. Grayscale: #939393. Windows color (decimal): -2328475 or 6650076. OLE color: 6650076.

HSL color Cylindrical-coordinate representation of color #DC7865: hue angle of 9.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC7865 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 101 -
CMYK 0 0.45 0.54 0.14
HSL 9.58º 0.63% 0.63% -
HSV(B) 9.58º 0.54% 0.86% -
XYZ 38.58 29.59 15.99 -
YUV 147.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 220 120 101 0 0.45 0.54 0.14 9.58 0.63 0.63
Hex DC 78 65 0 2D 36 E A 3F 3F
Octal 334 170 145 0 55 66 16 12 77 77
Binary 11011100 1111000 1100101 0 101101 110110 1110 1010 111111 111111

Color Harmonies of #DC7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7865

Black with #DC7865

Text Example


Text Example

White with #DC7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7865; }

 p { color: rgb(220,120,101); }

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

background-color css

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

 a { background-color: rgb(220,120,101); }

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

border-color css

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

 span { border-color: rgb(220,120,101); }

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