Html Css Color HEX #DA7859 Terra Cotta

📋 copy color: '#DA7859'

red 218 ◦ green 120 ◦ blue 89

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

Shades of Terra Cotta #DA7859

Tints of Terra Cotta #DA7859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

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

R = 51.05%
G = 28.1%
B = 20.84%

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

#DA7859 (or 0xDA7859) is known color: Terra Cotta. HEX triplet: DA, 78 and 59. RGB value is (218,120,89). Sum of RGB (Red+Green+Blue) = 218+120+89=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7859 is #2587A6. Grayscale: #919191. Windows color (decimal): -2459559 or 5863642. OLE color: 5863642.

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

Color convert

RGB 218 120 89 -
CMYK 0 0.45 0.59 0.15
HSL 14.42º 0.64% 0.6% -
HSV(B) 14.42º 0.59% 0.85% -
XYZ 37.43 29.06 13.09 -
YUV 145.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 218 120 89 0 0.45 0.59 0.15 14.42 0.64 0.6
Hex DA 78 59 0 2D 3B F E 40 3C
Octal 332 170 131 0 55 73 17 16 100 74
Binary 11011010 1111000 1011001 0 101101 111011 1111 1110 1000000 111100

Color Harmonies of #DA7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7859

Black with #DA7859

Text Example


Text Example

White with #DA7859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7859; }

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

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

background-color css

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

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

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

border-color css

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

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

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