Html Css Color HEX #DA785F Terra Cotta

📋 copy color: '#DA785F'

red 218 ◦ green 120 ◦ blue 95

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

Shades of Terra Cotta #DA785F

Tints of Terra Cotta #DA785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 50.35%
G = 27.71%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA785F (or 0xDA785F) is known color: Terra Cotta. HEX triplet: DA, 78 and 5F. RGB value is (218,120,95). Sum of RGB (Red+Green+Blue) = 218+120+95=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA785F is #2587A0. Grayscale: #929292. Windows color (decimal): -2459553 or 6256858. OLE color: 6256858.

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

Color convert

RGB 218 120 95 -
CMYK 0 0.45 0.56 0.15
HSL 12.2º 0.62% 0.61% -
HSV(B) 12.2º 0.56% 0.85% -
XYZ 37.7 29.16 14.47 -
YUV 146.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 218 120 95 0 0.45 0.56 0.15 12.2 0.62 0.61
Hex DA 78 5F 0 2D 38 F C 3E 3D
Octal 332 170 137 0 55 70 17 14 76 75
Binary 11011010 1111000 1011111 0 101101 111000 1111 1100 111110 111101

Color Harmonies of #DA785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA785F

Black with #DA785F

Text Example


Text Example

White with #DA785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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