Html Css Color HEX #DA7359 Terra Cotta

📋 copy color: '#DA7359'

red 218 ◦ green 115 ◦ blue 89

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

Shades of Terra Cotta #DA7359

Tints of Terra Cotta #DA7359

RGB

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

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

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

R = 51.66%
G = 27.25%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA7359 (or 0xDA7359) is known color: Terra Cotta. HEX triplet: DA, 73 and 59. RGB value is (218,115,89). Sum of RGB (Red+Green+Blue) = 218+115+89=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7359 is #258CA6. Grayscale: #8F8F8F. Windows color (decimal): -2460839 or 5862362. OLE color: 5862362.

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

Color convert

RGB 218 115 89 -
CMYK 0 0.47 0.59 0.15
HSL 12.09º 0.64% 0.6% -
HSV(B) 12.09º 0.59% 0.85% -
XYZ 36.85 27.89 12.89 -
YUV 142.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 218 115 89 0 0.47 0.59 0.15 12.09 0.64 0.6
Hex DA 73 59 0 2F 3B F C 40 3C
Octal 332 163 131 0 57 73 17 14 100 74
Binary 11011010 1110011 1011001 0 101111 111011 1111 1100 1000000 111100

Color Harmonies of #DA7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7359

Black with #DA7359

Text Example


Text Example

White with #DA7359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7359; }

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

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

background-color css

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

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

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

border-color css

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

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

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