Html Css Color HEX #DC785D Terra Cotta

📋 copy color: '#DC785D'

red 220 ◦ green 120 ◦ blue 93

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

Shades of Terra Cotta #DC785D

Tints of Terra Cotta #DC785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 50.81%
G = 27.71%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC785D (or 0xDC785D) is known color: Terra Cotta. HEX triplet: DC, 78 and 5D. RGB value is (220,120,93). Sum of RGB (Red+Green+Blue) = 220+120+93=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC785D is #2387A2. Grayscale: #939393. Windows color (decimal): -2328483 or 6125788. OLE color: 6125788.

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

Color convert

RGB 220 120 93 -
CMYK 0 0.45 0.58 0.14
HSL 12.76º 0.64% 0.61% -
HSV(B) 12.76º 0.58% 0.86% -
XYZ 38.21 29.44 14.02 -
YUV 146.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 220 120 93 0 0.45 0.58 0.14 12.76 0.64 0.61
Hex DC 78 5D 0 2D 3A E D 40 3D
Octal 334 170 135 0 55 72 16 15 100 75
Binary 11011100 1111000 1011101 0 101101 111010 1110 1101 1000000 111101

Color Harmonies of #DC785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC785D

Black with #DC785D

Text Example


Text Example

White with #DC785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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