Html Css Color HEX #DA6E60 Terra Cotta

📋 copy color: '#DA6E60'

red 218 ◦ green 110 ◦ blue 96

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

Shades of Terra Cotta #DA6E60

Tints of Terra Cotta #DA6E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.94%

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

R = 51.42%
G = 25.94%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA6E60 (or 0xDA6E60) is known color: Terra Cotta. HEX triplet: DA, 6E and 60. RGB value is (218,110,96). Sum of RGB (Red+Green+Blue) = 218+110+96=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E60 is #25919F. Grayscale: #8C8C8C. Windows color (decimal): -2462112 or 6319834. OLE color: 6319834.

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

Color convert

RGB 218 110 96 -
CMYK 0 0.50 0.56 0.15
HSL 6.89º 0.62% 0.62% -
HSV(B) 6.89º 0.56% 0.85% -
XYZ 36.6 26.9 14.33 -
YUV 140.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 218 110 96 0 0.50 0.56 0.15 6.89 0.62 0.62
Hex DA 6E 60 0 32 38 F 7 3E 3E
Octal 332 156 140 0 62 70 17 7 76 76
Binary 11011010 1101110 1100000 0 110010 111000 1111 111 111110 111110

Color Harmonies of #DA6E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E60

Black with #DA6E60

Text Example


Text Example

White with #DA6E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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