Html Css Color HEX #DA795B Terra Cotta

📋 copy color: '#DA795B'

red 218 ◦ green 121 ◦ blue 91

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

Shades of Terra Cotta #DA795B

Tints of Terra Cotta #DA795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 50.7%
G = 28.14%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA795B (or 0xDA795B) is known color: Terra Cotta. HEX triplet: DA, 79 and 5B. RGB value is (218,121,91). Sum of RGB (Red+Green+Blue) = 218+121+91=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA795B is #2586A4. Grayscale: #929292. Windows color (decimal): -2459301 or 5994970. OLE color: 5994970.

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

Color convert

RGB 218 121 91 -
CMYK 0 0.44 0.58 0.15
HSL 14.17º 0.63% 0.61% -
HSV(B) 14.17º 0.58% 0.85% -
XYZ 37.64 29.34 13.58 -
YUV 146.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 218 121 91 0 0.44 0.58 0.15 14.17 0.63 0.61
Hex DA 79 5B 0 2C 3A F E 3F 3D
Octal 332 171 133 0 54 72 17 16 77 75
Binary 11011010 1111001 1011011 0 101100 111010 1111 1110 111111 111101

Color Harmonies of #DA795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA795B

Black with #DA795B

Text Example


Text Example

White with #DA795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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