Html Css Color HEX #DA7066 Terra Cotta

📋 copy color: '#DA7066'

red 218 ◦ green 112 ◦ blue 102

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

Shades of Terra Cotta #DA7066

Tints of Terra Cotta #DA7066

RGB

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

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

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

R = 50.46%
G = 25.93%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7066 (or 0xDA7066) is known color: Terra Cotta. HEX triplet: DA, 70 and 66. RGB value is (218,112,102). Sum of RGB (Red+Green+Blue) = 218+112+102=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7066 is #258F99. Grayscale: #8E8E8E. Windows color (decimal): -2461594 or 6713562. OLE color: 6713562.

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

Color convert

RGB 218 112 102 -
CMYK 0 0.49 0.53 0.15
HSL 5.17º 0.61% 0.63% -
HSV(B) 5.17º 0.53% 0.85% -
XYZ 37.11 27.45 15.91 -
YUV 142.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 218 112 102 0 0.49 0.53 0.15 5.17 0.61 0.63
Hex DA 70 66 0 31 35 F 5 3D 3F
Octal 332 160 146 0 61 65 17 5 75 77
Binary 11011010 1110000 1100110 0 110001 110101 1111 101 111101 111111

Color Harmonies of #DA7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7066

Black with #DA7066

Text Example


Text Example

White with #DA7066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7066; }

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

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

background-color css

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

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

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

border-color css

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

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

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