Html Css Color HEX #DA7860 Terra Cotta

📋 copy color: '#DA7860'

red 218 ◦ green 120 ◦ blue 96

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

Shades of Terra Cotta #DA7860

Tints of Terra Cotta #DA7860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 50.23%
G = 27.65%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA7860 (or 0xDA7860) is known color: Terra Cotta. HEX triplet: DA, 78 and 60. RGB value is (218,120,96). Sum of RGB (Red+Green+Blue) = 218+120+96=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7860 is #25879F. Grayscale: #929292. Windows color (decimal): -2459552 or 6322394. OLE color: 6322394.

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

Color convert

RGB 218 120 96 -
CMYK 0 0.45 0.56 0.15
HSL 11.8º 0.62% 0.62% -
HSV(B) 11.8º 0.56% 0.85% -
XYZ 37.74 29.18 14.71 -
YUV 146.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 218 120 96 0 0.45 0.56 0.15 11.8 0.62 0.62
Hex DA 78 60 0 2D 38 F C 3E 3E
Octal 332 170 140 0 55 70 17 14 76 76
Binary 11011010 1111000 1100000 0 101101 111000 1111 1100 111110 111110

Color Harmonies of #DA7860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7860

Black with #DA7860

Text Example


Text Example

White with #DA7860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7860; }

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

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

background-color css

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

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

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

border-color css

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

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

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