Html Css Color HEX #DA775D Terra Cotta

📋 copy color: '#DA775D'

red 218 ◦ green 119 ◦ blue 93

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

Shades of Terra Cotta #DA775D

Tints of Terra Cotta #DA775D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 50.7%
G = 27.67%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA775D (or 0xDA775D) is known color: Terra Cotta. HEX triplet: DA, 77 and 5D. RGB value is (218,119,93). Sum of RGB (Red+Green+Blue) = 218+119+93=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA775D is #2588A2. Grayscale: #919191. Windows color (decimal): -2459811 or 6125530. OLE color: 6125530.

HSL color Cylindrical-coordinate representation of color #DA775D: hue angle of 12.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA775D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 93 -
CMYK 0 0.45 0.57 0.15
HSL 12.48º 0.63% 0.61% -
HSV(B) 12.48º 0.57% 0.85% -
XYZ 37.49 28.89 13.96 -
YUV 145.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 218 119 93 0 0.45 0.57 0.15 12.48 0.63 0.61
Hex DA 77 5D 0 2D 39 F C 3F 3D
Octal 332 167 135 0 55 71 17 14 77 75
Binary 11011010 1110111 1011101 0 101101 111001 1111 1100 111111 111101

Color Harmonies of #DA775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA775D

Black with #DA775D

Text Example


Text Example

White with #DA775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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