Html Css Color HEX #DA7159 Terra Cotta

📋 copy color: '#DA7159'

red 218 ◦ green 113 ◦ blue 89

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

Shades of Terra Cotta #DA7159

Tints of Terra Cotta #DA7159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.19%

R = 51.9%
G = 26.9%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA7159 (or 0xDA7159) is known color: Terra Cotta. HEX triplet: DA, 71 and 59. RGB value is (218,113,89). Sum of RGB (Red+Green+Blue) = 218+113+89=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7159 is #258EA6. Grayscale: #8D8D8D. Windows color (decimal): -2461351 or 5861850. OLE color: 5861850.

HSL color Cylindrical-coordinate representation of color #DA7159: hue angle of 11.16º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA7159 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 89 -
CMYK 0 0.48 0.59 0.15
HSL 11.16º 0.64% 0.6% -
HSV(B) 11.16º 0.59% 0.85% -
XYZ 36.62 27.44 12.82 -
YUV 141.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 218 113 89 0 0.48 0.59 0.15 11.16 0.64 0.6
Hex DA 71 59 0 30 3B F B 40 3C
Octal 332 161 131 0 60 73 17 13 100 74
Binary 11011010 1110001 1011001 0 110000 111011 1111 1011 1000000 111100

Color Harmonies of #DA7159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7159

Black with #DA7159

Text Example


Text Example

White with #DA7159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7159; }

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

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

background-color css

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

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

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

border-color css

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

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

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