Html Css Color HEX #DA7165 Terra Cotta

📋 copy color: '#DA7165'

red 218 ◦ green 113 ◦ blue 101

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

Shades of Terra Cotta #DA7165

Tints of Terra Cotta #DA7165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.16%

 BLUE value IS 101 (39.84% from 255) = 23.38%

R = 50.46%
G = 26.16%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7165 (or 0xDA7165) is known color: Terra Cotta. HEX triplet: DA, 71 and 65. RGB value is (218,113,101). Sum of RGB (Red+Green+Blue) = 218+113+101=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7165 is #258E9A. Grayscale: #8F8F8F. Windows color (decimal): -2461339 or 6648282. OLE color: 6648282.

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

Color convert

RGB 218 113 101 -
CMYK 0 0.48 0.54 0.15
HSL 6.15º 0.61% 0.63% -
HSV(B) 6.15º 0.54% 0.85% -
XYZ 37.17 27.66 15.69 -
YUV 143.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 218 113 101 0 0.48 0.54 0.15 6.15 0.61 0.63
Hex DA 71 65 0 30 36 F 6 3D 3F
Octal 332 161 145 0 60 66 17 6 75 77
Binary 11011010 1110001 1100101 0 110000 110110 1111 110 111101 111111

Color Harmonies of #DA7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7165

Black with #DA7165

Text Example


Text Example

White with #DA7165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7165; }

 p { color: rgb(218,113,101); }

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

background-color css

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

 a { background-color: rgb(218,113,101); }

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

border-color css

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

 span { border-color: rgb(218,113,101); }

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