Html Css Color HEX #DA7265 Terra Cotta

📋 copy color: '#DA7265'

red 218 ◦ green 114 ◦ blue 101

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

Shades of Terra Cotta #DA7265

Tints of Terra Cotta #DA7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

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

R = 50.35%
G = 26.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7265 (or 0xDA7265) is known color: Terra Cotta. HEX triplet: DA, 72 and 65. RGB value is (218,114,101). Sum of RGB (Red+Green+Blue) = 218+114+101=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7265 is #258D9A. Grayscale: #8F8F8F. Windows color (decimal): -2461083 or 6648538. OLE color: 6648538.

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

Color convert

RGB 218 114 101 -
CMYK 0 0.48 0.54 0.15
HSL 6.67º 0.61% 0.63% -
HSV(B) 6.67º 0.54% 0.85% -
XYZ 37.28 27.88 15.73 -
YUV 143.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 218 114 101 0 0.48 0.54 0.15 6.67 0.61 0.63
Hex DA 72 65 0 30 36 F 7 3D 3F
Octal 332 162 145 0 60 66 17 7 75 77
Binary 11011010 1110010 1100101 0 110000 110110 1111 111 111101 111111

Color Harmonies of #DA7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7265

Black with #DA7265

Text Example


Text Example

White with #DA7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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