Html Css Color HEX #DA7866 Terra Cotta

📋 copy color: '#DA7866'

red 218 ◦ green 120 ◦ blue 102

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

Shades of Terra Cotta #DA7866

Tints of Terra Cotta #DA7866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.27%

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

R = 49.55%
G = 27.27%
B = 23.18%

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

#DA7866 (or 0xDA7866) is known color: Terra Cotta. HEX triplet: DA, 78 and 66. RGB value is (218,120,102). Sum of RGB (Red+Green+Blue) = 218+120+102=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7866 is #258799. Grayscale: #939393. Windows color (decimal): -2459546 or 6715610. OLE color: 6715610.

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

Color convert

RGB 218 120 102 -
CMYK 0 0.45 0.53 0.15
HSL 9.31º 0.61% 0.63% -
HSV(B) 9.31º 0.53% 0.85% -
XYZ 38.03 29.3 16.22 -
YUV 147.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 218 120 102 0 0.45 0.53 0.15 9.31 0.61 0.63
Hex DA 78 66 0 2D 35 F 9 3D 3F
Octal 332 170 146 0 55 65 17 11 75 77
Binary 11011010 1111000 1100110 0 101101 110101 1111 1001 111101 111111

Color Harmonies of #DA7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7866

Black with #DA7866

Text Example


Text Example

White with #DA7866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7866; }

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

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

background-color css

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

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

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

border-color css

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

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

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