Html Css Color HEX #DA7960 Terra Cotta

📋 copy color: '#DA7960'

red 218 ◦ green 121 ◦ blue 96

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

Shades of Terra Cotta #DA7960

Tints of Terra Cotta #DA7960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.82%

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 50.11%
G = 27.82%
B = 22.07%

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

#DA7960 (or 0xDA7960) is known color: Terra Cotta. HEX triplet: DA, 79 and 60. RGB value is (218,121,96). Sum of RGB (Red+Green+Blue) = 218+121+96=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7960 is #25869F. Grayscale: #939393. Windows color (decimal): -2459296 or 6322650. OLE color: 6322650.

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

Color convert

RGB 218 121 96 -
CMYK 0 0.44 0.56 0.15
HSL 12.3º 0.62% 0.62% -
HSV(B) 12.3º 0.56% 0.85% -
XYZ 37.86 29.42 14.75 -
YUV 147.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 218 121 96 0 0.44 0.56 0.15 12.3 0.62 0.62
Hex DA 79 60 0 2C 38 F C 3E 3E
Octal 332 171 140 0 54 70 17 14 76 76
Binary 11011010 1111001 1100000 0 101100 111000 1111 1100 111110 111110

Color Harmonies of #DA7960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7960

Black with #DA7960

Text Example


Text Example

White with #DA7960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7960; }

 p { color: rgb(218,121,96); }

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

background-color css

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

 a { background-color: rgb(218,121,96); }

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

border-color css

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

 span { border-color: rgb(218,121,96); }

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