Html Css Color HEX #DA7759 Terra Cotta

📋 copy color: '#DA7759'

red 218 ◦ green 119 ◦ blue 89

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

Shades of Terra Cotta #DA7759

Tints of Terra Cotta #DA7759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

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

R = 51.17%
G = 27.93%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA7759 (or 0xDA7759) is known color: Terra Cotta. HEX triplet: DA, 77 and 59. RGB value is (218,119,89). Sum of RGB (Red+Green+Blue) = 218+119+89=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7759 is #2588A6. Grayscale: #919191. Windows color (decimal): -2459815 or 5863386. OLE color: 5863386.

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

Color convert

RGB 218 119 89 -
CMYK 0 0.45 0.59 0.15
HSL 13.95º 0.64% 0.6% -
HSV(B) 13.95º 0.59% 0.85% -
XYZ 37.31 28.82 13.05 -
YUV 145.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 218 119 89 0 0.45 0.59 0.15 13.95 0.64 0.6
Hex DA 77 59 0 2D 3B F E 40 3C
Octal 332 167 131 0 55 73 17 16 100 74
Binary 11011010 1110111 1011001 0 101101 111011 1111 1110 1000000 111100

Color Harmonies of #DA7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7759

Black with #DA7759

Text Example


Text Example

White with #DA7759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7759; }

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

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

background-color css

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

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

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

border-color css

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

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

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