Html Css Color HEX #DA7156 Terra Cotta

📋 copy color: '#DA7156'

red 218 ◦ green 113 ◦ blue 86

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

Shades of Terra Cotta #DA7156

Tints of Terra Cotta #DA7156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 52.28%
G = 27.1%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7156 (or 0xDA7156) is known color: Terra Cotta. HEX triplet: DA, 71 and 56. RGB value is (218,113,86). Sum of RGB (Red+Green+Blue) = 218+113+86=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7156 is #258EA9. Grayscale: #8D8D8D. Windows color (decimal): -2461354 or 5665242. OLE color: 5665242.

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

Color convert

RGB 218 113 86 -
CMYK 0 0.48 0.61 0.15
HSL 12.27º 0.64% 0.6% -
HSV(B) 12.27º 0.61% 0.85% -
XYZ 36.5 27.39 12.17 -
YUV 141.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 218 113 86 0 0.48 0.61 0.15 12.27 0.64 0.6
Hex DA 71 56 0 30 3D F C 40 3C
Octal 332 161 126 0 60 75 17 14 100 74
Binary 11011010 1110001 1010110 0 110000 111101 1111 1100 1000000 111100

Color Harmonies of #DA7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7156

Black with #DA7156

Text Example


Text Example

White with #DA7156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7156; }

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

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

background-color css

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

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

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

border-color css

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

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

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