Html Css Color HEX #DA7855 Terra Cotta

📋 copy color: '#DA7855'

red 218 ◦ green 120 ◦ blue 85

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

Shades of Terra Cotta #DA7855

Tints of Terra Cotta #DA7855

RGB

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

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

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

R = 51.54%
G = 28.37%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7855 (or 0xDA7855) is known color: Terra Cotta. HEX triplet: DA, 78 and 55. RGB value is (218,120,85). Sum of RGB (Red+Green+Blue) = 218+120+85=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7855 is #2587AA. Grayscale: #919191. Windows color (decimal): -2459563 or 5601498. OLE color: 5601498.

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

Color convert

RGB 218 120 85 -
CMYK 0 0.45 0.61 0.15
HSL 15.79º 0.64% 0.59% -
HSV(B) 15.79º 0.61% 0.85% -
XYZ 37.27 28.99 12.23 -
YUV 145.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 218 120 85 0 0.45 0.61 0.15 15.79 0.64 0.59
Hex DA 78 55 0 2D 3D F 10 40 3B
Octal 332 170 125 0 55 75 17 20 100 73
Binary 11011010 1111000 1010101 0 101101 111101 1111 10000 1000000 111011

Color Harmonies of #DA7855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7855

Black with #DA7855

Text Example


Text Example

White with #DA7855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7855; }

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

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

background-color css

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

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

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

border-color css

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

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

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