Html Css Color HEX #DA795E Terra Cotta

📋 copy color: '#DA795E'

red 218 ◦ green 121 ◦ blue 94

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

Shades of Terra Cotta #DA795E

Tints of Terra Cotta #DA795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.94%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 50.35%
G = 27.94%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA795E (or 0xDA795E) is known color: Terra Cotta. HEX triplet: DA, 79 and 5E. RGB value is (218,121,94). Sum of RGB (Red+Green+Blue) = 218+121+94=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA795E is #2586A1. Grayscale: #939393. Windows color (decimal): -2459298 or 6191578. OLE color: 6191578.

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

Color convert

RGB 218 121 94 -
CMYK 0 0.44 0.57 0.15
HSL 13.06º 0.63% 0.61% -
HSV(B) 13.06º 0.57% 0.85% -
XYZ 37.77 29.39 14.27 -
YUV 146.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 218 121 94 0 0.44 0.57 0.15 13.06 0.63 0.61
Hex DA 79 5E 0 2C 39 F D 3F 3D
Octal 332 171 136 0 54 71 17 15 77 75
Binary 11011010 1111001 1011110 0 101100 111001 1111 1101 111111 111101

Color Harmonies of #DA795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA795E

Black with #DA795E

Text Example


Text Example

White with #DA795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA795E; }

 p { color: rgb(218,121,94); }

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

background-color css

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

 a { background-color: rgb(218,121,94); }

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

border-color css

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

 span { border-color: rgb(218,121,94); }

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