Html Css Color HEX #DC7858 Terra Cotta

📋 copy color: '#DC7858'

red 220 ◦ green 120 ◦ blue 88

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

Shades of Terra Cotta #DC7858

Tints of Terra Cotta #DC7858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.56%

R = 51.4%
G = 28.04%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC7858 (or 0xDC7858) is known color: Terra Cotta. HEX triplet: DC, 78 and 58. RGB value is (220,120,88). Sum of RGB (Red+Green+Blue) = 220+120+88=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7858 is #2387A7. Grayscale: #929292. Windows color (decimal): -2328488 or 5798108. OLE color: 5798108.

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

Color convert

RGB 220 120 88 -
CMYK 0 0.45 0.6 0.14
HSL 14.55º 0.65% 0.6% -
HSV(B) 14.55º 0.6% 0.86% -
XYZ 37.99 29.35 12.9 -
YUV 146.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 220 120 88 0 0.45 0.6 0.14 14.55 0.65 0.6
Hex DC 78 58 0 2D 3C E F 41 3C
Octal 334 170 130 0 55 74 16 17 101 74
Binary 11011100 1111000 1011000 0 101101 111100 1110 1111 1000001 111100

Color Harmonies of #DC7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7858

Black with #DC7858

Text Example


Text Example

White with #DC7858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7858; }

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

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

background-color css

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

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

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

border-color css

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

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

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