Html Css Color HEX #DA7150 Terra Cotta

📋 copy color: '#DA7150'

red 218 ◦ green 113 ◦ blue 80

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

Shades of Terra Cotta #DA7150

Tints of Terra Cotta #DA7150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

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

R = 53.04%
G = 27.49%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA7150 (or 0xDA7150) is known color: Terra Cotta. HEX triplet: DA, 71 and 50. RGB value is (218,113,80). Sum of RGB (Red+Green+Blue) = 218+113+80=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7150 is #258EAF. Grayscale: #8C8C8C. Windows color (decimal): -2461360 or 5272026. OLE color: 5272026.

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

Color convert

RGB 218 113 80 -
CMYK 0 0.48 0.63 0.15
HSL 14.35º 0.65% 0.58% -
HSV(B) 14.35º 0.63% 0.85% -
XYZ 36.27 27.29 10.95 -
YUV 140.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 218 113 80 0 0.48 0.63 0.15 14.35 0.65 0.58
Hex DA 71 50 0 30 3F F E 41 3A
Octal 332 161 120 0 60 77 17 16 101 72
Binary 11011010 1110001 1010000 0 110000 111111 1111 1110 1000001 111010

Color Harmonies of #DA7150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7150

Black with #DA7150

Text Example


Text Example

White with #DA7150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7150; }

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

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

background-color css

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

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

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

border-color css

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

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

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