Html Css Color HEX #DC7867 Terra Cotta

📋 copy color: '#DC7867'

red 220 ◦ green 120 ◦ blue 103

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

Shades of Terra Cotta #DC7867

Tints of Terra Cotta #DC7867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.25%

R = 49.66%
G = 27.09%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC7867 (or 0xDC7867) is known color: Terra Cotta. HEX triplet: DC, 78 and 67. RGB value is (220,120,103). Sum of RGB (Red+Green+Blue) = 220+120+103=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7867 is #238798. Grayscale: #949494. Windows color (decimal): -2328473 or 6781148. OLE color: 6781148.

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

Color convert

RGB 220 120 103 -
CMYK 0 0.45 0.53 0.14
HSL 8.72º 0.63% 0.63% -
HSV(B) 8.72º 0.53% 0.86% -
XYZ 38.68 29.63 16.51 -
YUV 147.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 220 120 103 0 0.45 0.53 0.14 8.72 0.63 0.63
Hex DC 78 67 0 2D 35 E 9 3F 3F
Octal 334 170 147 0 55 65 16 11 77 77
Binary 11011100 1111000 1100111 0 101101 110101 1110 1001 111111 111111

Color Harmonies of #DC7867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7867

Black with #DC7867

Text Example


Text Example

White with #DC7867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7867; }

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

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

background-color css

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

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

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

border-color css

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

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

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