Html Css Color HEX #DA7A61 Terra Cotta

📋 copy color: '#DA7A61'

red 218 ◦ green 122 ◦ blue 97

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

Shades of Terra Cotta #DA7A61

Tints of Terra Cotta #DA7A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.92%

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

R = 49.89%
G = 27.92%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA7A61 (or 0xDA7A61) is known color: Terra Cotta. HEX triplet: DA, 7A and 61. RGB value is (218,122,97). Sum of RGB (Red+Green+Blue) = 218+122+97=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A61 is #25859E. Grayscale: #949494. Windows color (decimal): -2459039 or 6388442. OLE color: 6388442.

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

Color convert

RGB 218 122 97 -
CMYK 0 0.44 0.56 0.15
HSL 12.4º 0.62% 0.62% -
HSV(B) 12.4º 0.56% 0.85% -
XYZ 38.03 29.69 15.04 -
YUV 147.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 218 122 97 0 0.44 0.56 0.15 12.4 0.62 0.62
Hex DA 7A 61 0 2C 38 F C 3E 3E
Octal 332 172 141 0 54 70 17 14 76 76
Binary 11011010 1111010 1100001 0 101100 111000 1111 1100 111110 111110

Color Harmonies of #DA7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A61

Black with #DA7A61

Text Example


Text Example

White with #DA7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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