Html Css Color HEX #DA785C Terra Cotta

📋 copy color: '#DA785C'

red 218 ◦ green 120 ◦ blue 92

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

Shades of Terra Cotta #DA785C

Tints of Terra Cotta #DA785C

RGB

 RED value IS 218 (85.55% from 255) = 50.7%

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

 BLUE value IS 92 (36.33% from 255) = 21.4%

R = 50.7%
G = 27.91%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA785C (or 0xDA785C) is known color: Terra Cotta. HEX triplet: DA, 78 and 5C. RGB value is (218,120,92). Sum of RGB (Red+Green+Blue) = 218+120+92=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA785C is #2587A3. Grayscale: #929292. Windows color (decimal): -2459556 or 6060250. OLE color: 6060250.

HSL color Cylindrical-coordinate representation of color #DA785C: hue angle of 13.33º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA785C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 120 92 -
CMYK 0 0.45 0.58 0.15
HSL 13.33º 0.63% 0.61% -
HSV(B) 13.33º 0.58% 0.85% -
XYZ 37.56 29.11 13.76 -
YUV 146.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 218 120 92 0 0.45 0.58 0.15 13.33 0.63 0.61
Hex DA 78 5C 0 2D 3A F D 3F 3D
Octal 332 170 134 0 55 72 17 15 77 75
Binary 11011010 1111000 1011100 0 101101 111010 1111 1101 111111 111101

Color Harmonies of #DA785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA785C

Black with #DA785C

Text Example


Text Example

White with #DA785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA785C; }

 p { color: rgb(218,120,92); }

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

background-color css

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

 a { background-color: rgb(218,120,92); }

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

border-color css

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

 span { border-color: rgb(218,120,92); }

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