Html Css Color HEX #DA7169 Terra Cotta

📋 copy color: '#DA7169'

red 218 ◦ green 113 ◦ blue 105

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

Shades of Terra Cotta #DA7169

Tints of Terra Cotta #DA7169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 50%
G = 25.92%
B = 24.08%

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

#DA7169 (or 0xDA7169) is known color: Terra Cotta. HEX triplet: DA, 71 and 69. RGB value is (218,113,105). Sum of RGB (Red+Green+Blue) = 218+113+105=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7169 is #258E96. Grayscale: #8F8F8F. Windows color (decimal): -2461335 or 6910426. OLE color: 6910426.

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

Color convert

RGB 218 113 105 -
CMYK 0 0.48 0.52 0.15
HSL 4.25º 0.6% 0.63% -
HSV(B) 4.25º 0.52% 0.85% -
XYZ 37.37 27.74 16.75 -
YUV 143.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 218 113 105 0 0.48 0.52 0.15 4.25 0.6 0.63
Hex DA 71 69 0 30 34 F 4 3C 3F
Octal 332 161 151 0 60 64 17 4 74 77
Binary 11011010 1110001 1101001 0 110000 110100 1111 100 111100 111111

Color Harmonies of #DA7169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7169

Black with #DA7169

Text Example


Text Example

White with #DA7169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7169; }

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

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

background-color css

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

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

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

border-color css

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

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

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