Html Css Color HEX #DA706A Terra Cotta

📋 copy color: '#DA706A'

red 218 ◦ green 112 ◦ blue 106

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

Shades of Terra Cotta #DA706A

Tints of Terra Cotta #DA706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 50%
G = 25.69%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA706A (or 0xDA706A) is known color: Terra Cotta. HEX triplet: DA, 70 and 6A. RGB value is (218,112,106). Sum of RGB (Red+Green+Blue) = 218+112+106=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA706A is #258F95. Grayscale: #8F8F8F. Windows color (decimal): -2461590 or 6975706. OLE color: 6975706.

HSL color Cylindrical-coordinate representation of color #DA706A: hue angle of 3.21º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA706A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 106 -
CMYK 0 0.49 0.51 0.15
HSL 3.21º 0.6% 0.64% -
HSV(B) 3.21º 0.51% 0.85% -
XYZ 37.31 27.53 16.98 -
YUV 143.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 218 112 106 0 0.49 0.51 0.15 3.21 0.6 0.64
Hex DA 70 6A 0 31 33 F 3 3C 40
Octal 332 160 152 0 61 63 17 3 74 100
Binary 11011010 1110000 1101010 0 110001 110011 1111 11 111100 1000000

Color Harmonies of #DA706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA706A

Black with #DA706A

Text Example


Text Example

White with #DA706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA706A; }

 p { color: rgb(218,112,106); }

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

background-color css

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

 a { background-color: rgb(218,112,106); }

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

border-color css

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

 span { border-color: rgb(218,112,106); }

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