Html Css Color HEX #DA7050 Terra Cotta

📋 copy color: '#DA7050'

red 218 ◦ green 112 ◦ blue 80

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

Shades of Terra Cotta #DA7050

Tints of Terra Cotta #DA7050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.51%

R = 53.17%
G = 27.32%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA7050 (or 0xDA7050) is known color: Terra Cotta. HEX triplet: DA, 70 and 50. RGB value is (218,112,80). Sum of RGB (Red+Green+Blue) = 218+112+80=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7050 is #258FAF. Grayscale: #8C8C8C. Windows color (decimal): -2461616 or 5271770. OLE color: 5271770.

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

Color convert

RGB 218 112 80 -
CMYK 0 0.49 0.63 0.15
HSL 13.91º 0.65% 0.58% -
HSV(B) 13.91º 0.63% 0.85% -
XYZ 36.16 27.07 10.91 -
YUV 140.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 218 112 80 0 0.49 0.63 0.15 13.91 0.65 0.58
Hex DA 70 50 0 31 3F F E 41 3A
Octal 332 160 120 0 61 77 17 16 101 72
Binary 11011010 1110000 1010000 0 110001 111111 1111 1110 1000001 111010

Color Harmonies of #DA7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7050

Black with #DA7050

Text Example


Text Example

White with #DA7050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7050; }

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

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

background-color css

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

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

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

border-color css

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

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

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