Html Css Color HEX #DA775E Terra Cotta

📋 copy color: '#DA775E'

red 218 ◦ green 119 ◦ blue 94

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

Shades of Terra Cotta #DA775E

Tints of Terra Cotta #DA775E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 50.58%
G = 27.61%
B = 21.81%

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

#DA775E (or 0xDA775E) is known color: Terra Cotta. HEX triplet: DA, 77 and 5E. RGB value is (218,119,94). Sum of RGB (Red+Green+Blue) = 218+119+94=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA775E is #2588A1. Grayscale: #919191. Windows color (decimal): -2459810 or 6191066. OLE color: 6191066.

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

Color convert

RGB 218 119 94 -
CMYK 0 0.45 0.57 0.15
HSL 12.1º 0.63% 0.61% -
HSV(B) 12.1º 0.57% 0.85% -
XYZ 37.53 28.91 14.19 -
YUV 145.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 218 119 94 0 0.45 0.57 0.15 12.1 0.63 0.61
Hex DA 77 5E 0 2D 39 F C 3F 3D
Octal 332 167 136 0 55 71 17 14 77 75
Binary 11011010 1110111 1011110 0 101101 111001 1111 1100 111111 111101

Color Harmonies of #DA775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA775E

Black with #DA775E

Text Example


Text Example

White with #DA775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA775E; }

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

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

background-color css

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

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

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

border-color css

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

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

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