Html Css Color HEX #DA746A Terra Cotta

📋 copy color: '#DA746A'

red 218 ◦ green 116 ◦ blue 106

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

Shades of Terra Cotta #DA746A

Tints of Terra Cotta #DA746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

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

R = 49.55%
G = 26.36%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA746A (or 0xDA746A) is known color: Terra Cotta. HEX triplet: DA, 74 and 6A. RGB value is (218,116,106). Sum of RGB (Red+Green+Blue) = 218+116+106=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA746A is #258B95. Grayscale: #919191. Windows color (decimal): -2460566 or 6976730. OLE color: 6976730.

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

Color convert

RGB 218 116 106 -
CMYK 0 0.47 0.51 0.15
HSL 5.36º 0.6% 0.64% -
HSV(B) 5.36º 0.51% 0.85% -
XYZ 37.76 28.44 17.13 -
YUV 145.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 218 116 106 0 0.47 0.51 0.15 5.36 0.6 0.64
Hex DA 74 6A 0 2F 33 F 5 3C 40
Octal 332 164 152 0 57 63 17 5 74 100
Binary 11011010 1110100 1101010 0 101111 110011 1111 101 111100 1000000

Color Harmonies of #DA746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA746A

Black with #DA746A

Text Example


Text Example

White with #DA746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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