Html Css Color HEX #DA7064 Terra Cotta

📋 copy color: '#DA7064'

red 218 ◦ green 112 ◦ blue 100

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

Shades of Terra Cotta #DA7064

Tints of Terra Cotta #DA7064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.26%

R = 50.7%
G = 26.05%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7064 (or 0xDA7064) is known color: Terra Cotta. HEX triplet: DA, 70 and 64. RGB value is (218,112,100). Sum of RGB (Red+Green+Blue) = 218+112+100=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7064 is #258F9B. Grayscale: #8E8E8E. Windows color (decimal): -2461596 or 6582490. OLE color: 6582490.

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

Color convert

RGB 218 112 100 -
CMYK 0 0.49 0.54 0.15
HSL 6.1º 0.61% 0.62% -
HSV(B) 6.1º 0.54% 0.85% -
XYZ 37.01 27.41 15.4 -
YUV 142.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 218 112 100 0 0.49 0.54 0.15 6.1 0.61 0.62
Hex DA 70 64 0 31 36 F 6 3D 3E
Octal 332 160 144 0 61 66 17 6 75 76
Binary 11011010 1110000 1100100 0 110001 110110 1111 110 111101 111110

Color Harmonies of #DA7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7064

Black with #DA7064

Text Example


Text Example

White with #DA7064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7064; }

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

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

background-color css

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

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

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

border-color css

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

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

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