Html Css Color HEX #DA7358 Terra Cotta

📋 copy color: '#DA7358'

red 218 ◦ green 115 ◦ blue 88

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

Shades of Terra Cotta #DA7358

Tints of Terra Cotta #DA7358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

 BLUE value IS 88 (34.77% from 255) = 20.9%

R = 51.78%
G = 27.32%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA7358 (or 0xDA7358) is known color: Terra Cotta. HEX triplet: DA, 73 and 58. RGB value is (218,115,88). Sum of RGB (Red+Green+Blue) = 218+115+88=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7358 is #258CA7. Grayscale: #8E8E8E. Windows color (decimal): -2460840 or 5796826. OLE color: 5796826.

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

Color convert

RGB 218 115 88 -
CMYK 0 0.47 0.60 0.15
HSL 12.46º 0.64% 0.6% -
HSV(B) 12.46º 0.6% 0.85% -
XYZ 36.81 27.87 12.67 -
YUV 142.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 218 115 88 0 0.47 0.60 0.15 12.46 0.64 0.6
Hex DA 73 58 0 2F 3C F C 40 3C
Octal 332 163 130 0 57 74 17 14 100 74
Binary 11011010 1110011 1011000 0 101111 111100 1111 1100 1000000 111100

Color Harmonies of #DA7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7358

Black with #DA7358

Text Example


Text Example

White with #DA7358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7358; }

 p { color: rgb(218,115,88); }

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

background-color css

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

 a { background-color: rgb(218,115,88); }

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

border-color css

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

 span { border-color: rgb(218,115,88); }

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