Html Css Color HEX #DA7763 Terra Cotta

📋 copy color: '#DA7763'

red 218 ◦ green 119 ◦ blue 99

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

Shades of Terra Cotta #DA7763

Tints of Terra Cotta #DA7763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 50%
G = 27.29%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7763 (or 0xDA7763) is known color: Terra Cotta. HEX triplet: DA, 77 and 63. RGB value is (218,119,99). Sum of RGB (Red+Green+Blue) = 218+119+99=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7763 is #25889C. Grayscale: #929292. Windows color (decimal): -2459805 or 6518746. OLE color: 6518746.

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

Color convert

RGB 218 119 99 -
CMYK 0 0.45 0.55 0.15
HSL 10.08º 0.62% 0.62% -
HSV(B) 10.08º 0.55% 0.85% -
XYZ 37.76 29 15.41 -
YUV 146.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 218 119 99 0 0.45 0.55 0.15 10.08 0.62 0.62
Hex DA 77 63 0 2D 37 F A 3E 3E
Octal 332 167 143 0 55 67 17 12 76 76
Binary 11011010 1110111 1100011 0 101101 110111 1111 1010 111110 111110

Color Harmonies of #DA7763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7763

Black with #DA7763

Text Example


Text Example

White with #DA7763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7763; }

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

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

background-color css

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

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

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

border-color css

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

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

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