Html Css Color HEX #DA7767 Terra Cotta

📋 copy color: '#DA7767'

red 218 ◦ green 119 ◦ blue 103

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

Shades of Terra Cotta #DA7767

Tints of Terra Cotta #DA7767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.41%

R = 49.55%
G = 27.05%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7767 (or 0xDA7767) is known color: Terra Cotta. HEX triplet: DA, 77 and 67. RGB value is (218,119,103). Sum of RGB (Red+Green+Blue) = 218+119+103=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7767 is #258898. Grayscale: #929292. Windows color (decimal): -2459801 or 6780890. OLE color: 6780890.

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

Color convert

RGB 218 119 103 -
CMYK 0 0.45 0.53 0.15
HSL 8.35º 0.61% 0.63% -
HSV(B) 8.35º 0.53% 0.85% -
XYZ 37.96 29.08 16.44 -
YUV 146.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 218 119 103 0 0.45 0.53 0.15 8.35 0.61 0.63
Hex DA 77 67 0 2D 35 F 8 3D 3F
Octal 332 167 147 0 55 65 17 10 75 77
Binary 11011010 1110111 1100111 0 101101 110101 1111 1000 111101 111111

Color Harmonies of #DA7767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7767

Black with #DA7767

Text Example


Text Example

White with #DA7767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7767; }

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

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

background-color css

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

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

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

border-color css

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

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

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