Html Css Color HEX #DA7669 Terra Cotta

📋 copy color: '#DA7669'

red 218 ◦ green 118 ◦ blue 105

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

Shades of Terra Cotta #DA7669

Tints of Terra Cotta #DA7669

RGB

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

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

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

R = 49.43%
G = 26.76%
B = 23.81%

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

#DA7669 (or 0xDA7669) is known color: Terra Cotta. HEX triplet: DA, 76 and 69. RGB value is (218,118,105). Sum of RGB (Red+Green+Blue) = 218+118+105=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7669 is #258996. Grayscale: #929292. Windows color (decimal): -2460055 or 6911706. OLE color: 6911706.

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

Color convert

RGB 218 118 105 -
CMYK 0 0.46 0.52 0.15
HSL 6.9º 0.6% 0.63% -
HSV(B) 6.9º 0.52% 0.85% -
XYZ 37.94 28.88 16.94 -
YUV 146.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 218 118 105 0 0.46 0.52 0.15 6.9 0.6 0.63
Hex DA 76 69 0 2E 34 F 7 3C 3F
Octal 332 166 151 0 56 64 17 7 74 77
Binary 11011010 1110110 1101001 0 101110 110100 1111 111 111100 111111

Color Harmonies of #DA7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7669

Black with #DA7669

Text Example


Text Example

White with #DA7669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7669; }

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

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

background-color css

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

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

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

border-color css

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

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

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