Html Css Color HEX #DA7155 Terra Cotta

📋 copy color: '#DA7155'

red 218 ◦ green 113 ◦ blue 85

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

Shades of Terra Cotta #DA7155

Tints of Terra Cotta #DA7155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.43%

R = 52.4%
G = 27.16%
B = 20.43%

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

#DA7155 (or 0xDA7155) is known color: Terra Cotta. HEX triplet: DA, 71 and 55. RGB value is (218,113,85). Sum of RGB (Red+Green+Blue) = 218+113+85=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7155 is #258EAA. Grayscale: #8D8D8D. Windows color (decimal): -2461355 or 5599706. OLE color: 5599706.

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

Color convert

RGB 218 113 85 -
CMYK 0 0.48 0.61 0.15
HSL 12.63º 0.64% 0.59% -
HSV(B) 12.63º 0.61% 0.85% -
XYZ 36.46 27.37 11.96 -
YUV 141.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 218 113 85 0 0.48 0.61 0.15 12.63 0.64 0.59
Hex DA 71 55 0 30 3D F D 40 3B
Octal 332 161 125 0 60 75 17 15 100 73
Binary 11011010 1110001 1010101 0 110000 111101 1111 1101 1000000 111011

Color Harmonies of #DA7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7155

Black with #DA7155

Text Example


Text Example

White with #DA7155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7155; }

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

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

background-color css

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

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

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

border-color css

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

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

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