Html Css Color HEX #DC785A Terra Cotta

📋 copy color: '#DC785A'

red 220 ◦ green 120 ◦ blue 90

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

Shades of Terra Cotta #DC785A

Tints of Terra Cotta #DC785A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 51.16%
G = 27.91%
B = 20.93%

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

#DC785A (or 0xDC785A) is known color: Terra Cotta. HEX triplet: DC, 78 and 5A. RGB value is (220,120,90). Sum of RGB (Red+Green+Blue) = 220+120+90=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC785A is #2387A5. Grayscale: #929292. Windows color (decimal): -2328486 or 5929180. OLE color: 5929180.

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

Color convert

RGB 220 120 90 -
CMYK 0 0.45 0.59 0.14
HSL 13.85º 0.65% 0.61% -
HSV(B) 13.85º 0.59% 0.86% -
XYZ 38.08 29.39 13.34 -
YUV 146.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 220 120 90 0 0.45 0.59 0.14 13.85 0.65 0.61
Hex DC 78 5A 0 2D 3B E E 41 3D
Octal 334 170 132 0 55 73 16 16 101 75
Binary 11011100 1111000 1011010 0 101101 111011 1110 1110 1000001 111101

Color Harmonies of #DC785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC785A

Black with #DC785A

Text Example


Text Example

White with #DC785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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