Html Css Color HEX #DA705F Terra Cotta

📋 copy color: '#DA705F'

red 218 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #DA705F

Tints of Terra Cotta #DA705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 95 (37.5% from 255) = 22.35%

R = 51.29%
G = 26.35%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA705F (or 0xDA705F) is known color: Terra Cotta. HEX triplet: DA, 70 and 5F. RGB value is (218,112,95). Sum of RGB (Red+Green+Blue) = 218+112+95=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA705F is #258FA0. Grayscale: #8D8D8D. Windows color (decimal): -2461601 or 6254810. OLE color: 6254810.

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

Color convert

RGB 218 112 95 -
CMYK 0 0.49 0.56 0.15
HSL 8.29º 0.62% 0.61% -
HSV(B) 8.29º 0.56% 0.85% -
XYZ 36.77 27.32 14.16 -
YUV 141.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 218 112 95 0 0.49 0.56 0.15 8.29 0.62 0.61
Hex DA 70 5F 0 31 38 F 8 3E 3D
Octal 332 160 137 0 61 70 17 10 76 75
Binary 11011010 1110000 1011111 0 110001 111000 1111 1000 111110 111101

Color Harmonies of #DA705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA705F

Black with #DA705F

Text Example


Text Example

White with #DA705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA705F; }

 p { color: rgb(218,112,95); }

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

background-color css

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

 a { background-color: rgb(218,112,95); }

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

border-color css

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

 span { border-color: rgb(218,112,95); }

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