Html Css Color HEX #DA715D Terra Cotta

📋 copy color: '#DA715D'

red 218 ◦ green 113 ◦ blue 93

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

Shades of Terra Cotta #DA715D

Tints of Terra Cotta #DA715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.65%

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

R = 51.42%
G = 26.65%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA715D (or 0xDA715D) is known color: Terra Cotta. HEX triplet: DA, 71 and 5D. RGB value is (218,113,93). Sum of RGB (Red+Green+Blue) = 218+113+93=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA715D is #258EA2. Grayscale: #8E8E8E. Windows color (decimal): -2461347 or 6123994. OLE color: 6123994.

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

Color convert

RGB 218 113 93 -
CMYK 0 0.48 0.57 0.15
HSL 9.6º 0.63% 0.61% -
HSV(B) 9.6º 0.57% 0.85% -
XYZ 36.79 27.51 13.73 -
YUV 142.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 218 113 93 0 0.48 0.57 0.15 9.6 0.63 0.61
Hex DA 71 5D 0 30 39 F A 3F 3D
Octal 332 161 135 0 60 71 17 12 77 75
Binary 11011010 1110001 1011101 0 110000 111001 1111 1010 111111 111101

Color Harmonies of #DA715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA715D

Black with #DA715D

Text Example


Text Example

White with #DA715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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