Html Css Color HEX #DA6D5D Terra Cotta

📋 copy color: '#DA6D5D'

red 218 ◦ green 109 ◦ blue 93

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

Shades of Terra Cotta #DA6D5D

Tints of Terra Cotta #DA6D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.95%

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 51.9%
G = 25.95%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA6D5D (or 0xDA6D5D) is known color: Terra Cotta. HEX triplet: DA, 6D and 5D. RGB value is (218,109,93). Sum of RGB (Red+Green+Blue) = 218+109+93=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D5D is #2592A2. Grayscale: #8B8B8B. Windows color (decimal): -2462371 or 6122970. OLE color: 6122970.

HSL color Cylindrical-coordinate representation of color #DA6D5D: hue angle of 7.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA6D5D is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 109 93 -
CMYK 0 0.5 0.57 0.15
HSL 7.68º 0.63% 0.61% -
HSV(B) 7.68º 0.57% 0.85% -
XYZ 36.36 26.63 13.58 -
YUV 139.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 218 109 93 0 0.5 0.57 0.15 7.68 0.63 0.61
Hex DA 6D 5D 0 32 39 F 8 3F 3D
Octal 332 155 135 0 62 71 17 10 77 75
Binary 11011010 1101101 1011101 0 110010 111001 1111 1000 111111 111101

Color Harmonies of #DA6D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D5D

Black with #DA6D5D

Text Example


Text Example

White with #DA6D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D5D; }

 p { color: rgb(218,109,93); }

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

background-color css

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

 a { background-color: rgb(218,109,93); }

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

border-color css

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

 span { border-color: rgb(218,109,93); }

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