Html Css Color HEX #DA7766 Terra Cotta

📋 copy color: '#DA7766'

red 218 ◦ green 119 ◦ blue 102

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

Shades of Terra Cotta #DA7766

Tints of Terra Cotta #DA7766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 49.66%
G = 27.11%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7766 (or 0xDA7766) is known color: Terra Cotta. HEX triplet: DA, 77 and 66. RGB value is (218,119,102). Sum of RGB (Red+Green+Blue) = 218+119+102=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7766 is #258899. Grayscale: #929292. Windows color (decimal): -2459802 or 6715354. OLE color: 6715354.

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

Color convert

RGB 218 119 102 -
CMYK 0 0.45 0.53 0.15
HSL 8.79º 0.61% 0.63% -
HSV(B) 8.79º 0.53% 0.85% -
XYZ 37.91 29.06 16.18 -
YUV 146.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 218 119 102 0 0.45 0.53 0.15 8.79 0.61 0.63
Hex DA 77 66 0 2D 35 F 9 3D 3F
Octal 332 167 146 0 55 65 17 11 75 77
Binary 11011010 1110111 1100110 0 101101 110101 1111 1001 111101 111111

Color Harmonies of #DA7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7766

Black with #DA7766

Text Example


Text Example

White with #DA7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7766; }

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

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

background-color css

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

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

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

border-color css

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

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

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