Html Css Color HEX #DA7668 Terra Cotta

📋 copy color: '#DA7668'

red 218 ◦ green 118 ◦ blue 104

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

Shades of Terra Cotta #DA7668

Tints of Terra Cotta #DA7668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

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

R = 49.55%
G = 26.82%
B = 23.64%

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

#DA7668 (or 0xDA7668) is known color: Terra Cotta. HEX triplet: DA, 76 and 68. RGB value is (218,118,104). Sum of RGB (Red+Green+Blue) = 218+118+104=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7668 is #258997. Grayscale: #929292. Windows color (decimal): -2460056 or 6846170. OLE color: 6846170.

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

Color convert

RGB 218 118 104 -
CMYK 0 0.46 0.52 0.15
HSL 7.37º 0.61% 0.63% -
HSV(B) 7.37º 0.52% 0.85% -
XYZ 37.89 28.86 16.67 -
YUV 146.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 218 118 104 0 0.46 0.52 0.15 7.37 0.61 0.63
Hex DA 76 68 0 2E 34 F 7 3D 3F
Octal 332 166 150 0 56 64 17 7 75 77
Binary 11011010 1110110 1101000 0 101110 110100 1111 111 111101 111111

Color Harmonies of #DA7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7668

Black with #DA7668

Text Example


Text Example

White with #DA7668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7668; }

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

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

background-color css

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

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

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

border-color css

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

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

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