Html Css Color HEX #DA7168 Terra Cotta

📋 copy color: '#DA7168'

red 218 ◦ green 113 ◦ blue 104

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

Shades of Terra Cotta #DA7168

Tints of Terra Cotta #DA7168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

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

R = 50.11%
G = 25.98%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA7168 (or 0xDA7168) is known color: Terra Cotta. HEX triplet: DA, 71 and 68. RGB value is (218,113,104). Sum of RGB (Red+Green+Blue) = 218+113+104=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7168 is #258E97. Grayscale: #8F8F8F. Windows color (decimal): -2461336 or 6844890. OLE color: 6844890.

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

Color convert

RGB 218 113 104 -
CMYK 0 0.48 0.52 0.15
HSL 4.74º 0.61% 0.63% -
HSV(B) 4.74º 0.52% 0.85% -
XYZ 37.32 27.72 16.48 -
YUV 143.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 218 113 104 0 0.48 0.52 0.15 4.74 0.61 0.63
Hex DA 71 68 0 30 34 F 5 3D 3F
Octal 332 161 150 0 60 64 17 5 75 77
Binary 11011010 1110001 1101000 0 110000 110100 1111 101 111101 111111

Color Harmonies of #DA7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7168

Black with #DA7168

Text Example


Text Example

White with #DA7168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7168; }

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

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

background-color css

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

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

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

border-color css

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

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

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