Html Css Color HEX #DA7765 Terra Cotta

📋 copy color: '#DA7765'

red 218 ◦ green 119 ◦ blue 101

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

Shades of Terra Cotta #DA7765

Tints of Terra Cotta #DA7765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

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

R = 49.77%
G = 27.17%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7765 (or 0xDA7765) is known color: Terra Cotta. HEX triplet: DA, 77 and 65. RGB value is (218,119,101). Sum of RGB (Red+Green+Blue) = 218+119+101=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7765 is #25889A. Grayscale: #929292. Windows color (decimal): -2459803 or 6649818. OLE color: 6649818.

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

Color convert

RGB 218 119 101 -
CMYK 0 0.45 0.54 0.15
HSL 9.23º 0.61% 0.63% -
HSV(B) 9.23º 0.54% 0.85% -
XYZ 37.86 29.04 15.92 -
YUV 146.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 218 119 101 0 0.45 0.54 0.15 9.23 0.61 0.63
Hex DA 77 65 0 2D 36 F 9 3D 3F
Octal 332 167 145 0 55 66 17 11 75 77
Binary 11011010 1110111 1100101 0 101101 110110 1111 1001 111101 111111

Color Harmonies of #DA7765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7765

Black with #DA7765

Text Example


Text Example

White with #DA7765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7765; }

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

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

background-color css

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

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

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

border-color css

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

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

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