Html Css Color HEX #DA7261 Terra Cotta

📋 copy color: '#DA7261'

red 218 ◦ green 114 ◦ blue 97

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

Shades of Terra Cotta #DA7261

Tints of Terra Cotta #DA7261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.61%

R = 50.82%
G = 26.57%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA7261 (or 0xDA7261) is known color: Terra Cotta. HEX triplet: DA, 72 and 61. RGB value is (218,114,97). Sum of RGB (Red+Green+Blue) = 218+114+97=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7261 is #258D9E. Grayscale: #8F8F8F. Windows color (decimal): -2461087 or 6386394. OLE color: 6386394.

HSL color Cylindrical-coordinate representation of color #DA7261: hue angle of 8.43º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA7261 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 97 -
CMYK 0 0.48 0.56 0.15
HSL 8.43º 0.62% 0.62% -
HSV(B) 8.43º 0.56% 0.85% -
XYZ 37.09 27.8 14.72 -
YUV 143.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 218 114 97 0 0.48 0.56 0.15 8.43 0.62 0.62
Hex DA 72 61 0 30 38 F 8 3E 3E
Octal 332 162 141 0 60 70 17 10 76 76
Binary 11011010 1110010 1100001 0 110000 111000 1111 1000 111110 111110

Color Harmonies of #DA7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7261

Black with #DA7261

Text Example


Text Example

White with #DA7261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7261; }

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

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

background-color css

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

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

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

border-color css

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

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

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