Html Css Color HEX #DA7666 Terra Cotta

📋 copy color: '#DA7666'

red 218 ◦ green 118 ◦ blue 102

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

Shades of Terra Cotta #DA7666

Tints of Terra Cotta #DA7666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.94%

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

R = 49.77%
G = 26.94%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7666 (or 0xDA7666) is known color: Terra Cotta. HEX triplet: DA, 76 and 66. RGB value is (218,118,102). Sum of RGB (Red+Green+Blue) = 218+118+102=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7666 is #258999. Grayscale: #929292. Windows color (decimal): -2460058 or 6715098. OLE color: 6715098.

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

Color convert

RGB 218 118 102 -
CMYK 0 0.46 0.53 0.15
HSL 8.28º 0.61% 0.63% -
HSV(B) 8.28º 0.53% 0.85% -
XYZ 37.79 28.82 16.14 -
YUV 146.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 218 118 102 0 0.46 0.53 0.15 8.28 0.61 0.63
Hex DA 76 66 0 2E 35 F 8 3D 3F
Octal 332 166 146 0 56 65 17 10 75 77
Binary 11011010 1110110 1100110 0 101110 110101 1111 1000 111101 111111

Color Harmonies of #DA7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7666

Black with #DA7666

Text Example


Text Example

White with #DA7666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7666; }

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

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

background-color css

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

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

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

border-color css

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

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

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