Html Css Color HEX #DA7565 Terra Cotta

📋 copy color: '#DA7565'

red 218 ◦ green 117 ◦ blue 101

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

Shades of Terra Cotta #DA7565

Tints of Terra Cotta #DA7565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 50%
G = 26.83%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7565 (or 0xDA7565) is known color: Terra Cotta. HEX triplet: DA, 75 and 65. RGB value is (218,117,101). Sum of RGB (Red+Green+Blue) = 218+117+101=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7565 is #258A9A. Grayscale: #919191. Windows color (decimal): -2460315 or 6649306. OLE color: 6649306.

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

Color convert

RGB 218 117 101 -
CMYK 0 0.46 0.54 0.15
HSL 8.21º 0.61% 0.63% -
HSV(B) 8.21º 0.54% 0.85% -
XYZ 37.62 28.57 15.84 -
YUV 145.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 218 117 101 0 0.46 0.54 0.15 8.21 0.61 0.63
Hex DA 75 65 0 2E 36 F 8 3D 3F
Octal 332 165 145 0 56 66 17 10 75 77
Binary 11011010 1110101 1100101 0 101110 110110 1111 1000 111101 111111

Color Harmonies of #DA7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7565

Black with #DA7565

Text Example


Text Example

White with #DA7565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7565; }

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

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

background-color css

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

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

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

border-color css

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

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

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