Html Css Color HEX #DA795D Terra Cotta

📋 copy color: '#DA795D'

red 218 ◦ green 121 ◦ blue 93

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

Shades of Terra Cotta #DA795D

Tints of Terra Cotta #DA795D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 50.46%
G = 28.01%
B = 21.53%

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

#DA795D (or 0xDA795D) is known color: Terra Cotta. HEX triplet: DA, 79 and 5D. RGB value is (218,121,93). Sum of RGB (Red+Green+Blue) = 218+121+93=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA795D is #2586A2. Grayscale: #939393. Windows color (decimal): -2459299 or 6126042. OLE color: 6126042.

HSL color Cylindrical-coordinate representation of color #DA795D: hue angle of 13.44º 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 #DA795D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 121 93 -
CMYK 0 0.44 0.57 0.15
HSL 13.44º 0.63% 0.61% -
HSV(B) 13.44º 0.57% 0.85% -
XYZ 37.73 29.37 14.04 -
YUV 146.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 218 121 93 0 0.44 0.57 0.15 13.44 0.63 0.61
Hex DA 79 5D 0 2C 39 F D 3F 3D
Octal 332 171 135 0 54 71 17 15 77 75
Binary 11011010 1111001 1011101 0 101100 111001 1111 1101 111111 111101

Color Harmonies of #DA795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA795D

Black with #DA795D

Text Example


Text Example

White with #DA795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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