Html Css Color HEX #DC7859 Terra Cotta

📋 copy color: '#DC7859'

red 220 ◦ green 120 ◦ blue 89

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

Shades of Terra Cotta #DC7859

Tints of Terra Cotta #DC7859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.75%

R = 51.28%
G = 27.97%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC7859 (or 0xDC7859) is known color: Terra Cotta. HEX triplet: DC, 78 and 59. RGB value is (220,120,89). Sum of RGB (Red+Green+Blue) = 220+120+89=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7859 is #2387A6. Grayscale: #929292. Windows color (decimal): -2328487 or 5863644. OLE color: 5863644.

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

Color convert

RGB 220 120 89 -
CMYK 0 0.45 0.60 0.14
HSL 14.2º 0.65% 0.61% -
HSV(B) 14.2º 0.6% 0.86% -
XYZ 38.03 29.37 13.12 -
YUV 146.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 220 120 89 0 0.45 0.60 0.14 14.2 0.65 0.61
Hex DC 78 59 0 2D 3C E E 41 3D
Octal 334 170 131 0 55 74 16 16 101 75
Binary 11011100 1111000 1011001 0 101101 111100 1110 1110 1000001 111101

Color Harmonies of #DC7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7859

Black with #DC7859

Text Example


Text Example

White with #DC7859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7859; }

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

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

background-color css

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

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

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

border-color css

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

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

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