Html Css Color HEX #DA795C Terra Cotta

📋 copy color: '#DA795C'

red 218 ◦ green 121 ◦ blue 92

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

Shades of Terra Cotta #DA795C

Tints of Terra Cotta #DA795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 50.58%
G = 28.07%
B = 21.35%

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

#DA795C (or 0xDA795C) is known color: Terra Cotta. HEX triplet: DA, 79 and 5C. RGB value is (218,121,92). Sum of RGB (Red+Green+Blue) = 218+121+92=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA795C is #2586A3. Grayscale: #929292. Windows color (decimal): -2459300 or 6060506. OLE color: 6060506.

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

Color convert

RGB 218 121 92 -
CMYK 0 0.44 0.58 0.15
HSL 13.81º 0.63% 0.61% -
HSV(B) 13.81º 0.58% 0.85% -
XYZ 37.68 29.35 13.8 -
YUV 146.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 218 121 92 0 0.44 0.58 0.15 13.81 0.63 0.61
Hex DA 79 5C 0 2C 3A F E 3F 3D
Octal 332 171 134 0 54 72 17 16 77 75
Binary 11011010 1111001 1011100 0 101100 111010 1111 1110 111111 111101

Color Harmonies of #DA795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA795C

Black with #DA795C

Text Example


Text Example

White with #DA795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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