Html Css Color HEX #DA795F Terra Cotta

📋 copy color: '#DA795F'

red 218 ◦ green 121 ◦ blue 95

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

Shades of Terra Cotta #DA795F

Tints of Terra Cotta #DA795F

RGB

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

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

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

R = 50.23%
G = 27.88%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA795F (or 0xDA795F) is known color: Terra Cotta. HEX triplet: DA, 79 and 5F. RGB value is (218,121,95). Sum of RGB (Red+Green+Blue) = 218+121+95=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA795F is #2586A0. Grayscale: #939393. Windows color (decimal): -2459297 or 6257114. OLE color: 6257114.

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

Color convert

RGB 218 121 95 -
CMYK 0 0.44 0.56 0.15
HSL 12.68º 0.62% 0.61% -
HSV(B) 12.68º 0.56% 0.85% -
XYZ 37.82 29.41 14.51 -
YUV 147.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 218 121 95 0 0.44 0.56 0.15 12.68 0.62 0.61
Hex DA 79 5F 0 2C 38 F D 3E 3D
Octal 332 171 137 0 54 70 17 15 76 75
Binary 11011010 1111001 1011111 0 101100 111000 1111 1101 111110 111101

Color Harmonies of #DA795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA795F

Black with #DA795F

Text Example


Text Example

White with #DA795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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