Html Css Color HEX #DA7568 Terra Cotta

📋 copy color: '#DA7568'

red 218 ◦ green 117 ◦ blue 104

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

Shades of Terra Cotta #DA7568

Tints of Terra Cotta #DA7568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

 BLUE value IS 104 (41.02% from 255) = 23.69%

R = 49.66%
G = 26.65%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA7568 (or 0xDA7568) is known color: Terra Cotta. HEX triplet: DA, 75 and 68. RGB value is (218,117,104). Sum of RGB (Red+Green+Blue) = 218+117+104=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7568 is #258A97. Grayscale: #919191. Windows color (decimal): -2460312 or 6845914. OLE color: 6845914.

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

Color convert

RGB 218 117 104 -
CMYK 0 0.46 0.52 0.15
HSL 6.84º 0.61% 0.63% -
HSV(B) 6.84º 0.52% 0.85% -
XYZ 37.77 28.63 16.63 -
YUV 145.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 218 117 104 0 0.46 0.52 0.15 6.84 0.61 0.63
Hex DA 75 68 0 2E 34 F 7 3D 3F
Octal 332 165 150 0 56 64 17 7 75 77
Binary 11011010 1110101 1101000 0 101110 110100 1111 111 111101 111111

Color Harmonies of #DA7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7568

Black with #DA7568

Text Example


Text Example

White with #DA7568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7568; }

 p { color: rgb(218,117,104); }

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

background-color css

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

 a { background-color: rgb(218,117,104); }

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

border-color css

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

 span { border-color: rgb(218,117,104); }

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