Html Css Color HEX #DC785B Terra Cotta

📋 copy color: '#DC785B'

red 220 ◦ green 120 ◦ blue 91

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

Shades of Terra Cotta #DC785B

Tints of Terra Cotta #DC785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 51.04%
G = 27.84%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC785B (or 0xDC785B) is known color: Terra Cotta. HEX triplet: DC, 78 and 5B. RGB value is (220,120,91). Sum of RGB (Red+Green+Blue) = 220+120+91=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC785B is #2387A4. Grayscale: #929292. Windows color (decimal): -2328485 or 5994716. OLE color: 5994716.

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

Color convert

RGB 220 120 91 -
CMYK 0 0.45 0.59 0.14
HSL 13.49º 0.65% 0.61% -
HSV(B) 13.49º 0.59% 0.86% -
XYZ 38.12 29.4 13.56 -
YUV 146.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 220 120 91 0 0.45 0.59 0.14 13.49 0.65 0.61
Hex DC 78 5B 0 2D 3B E D 41 3D
Octal 334 170 133 0 55 73 16 15 101 75
Binary 11011100 1111000 1011011 0 101101 111011 1110 1101 1000001 111101

Color Harmonies of #DC785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC785B

Black with #DC785B

Text Example


Text Example

White with #DC785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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