Html Css Color HEX #D8705F Terra Cotta

📋 copy color: '#D8705F'

red 216 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #D8705F

Tints of Terra Cotta #D8705F

RGB

 RED value IS 216 (84.77% from 255) = 51.06%

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

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

R = 51.06%
G = 26.48%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8705F (or 0xD8705F) is known color: Terra Cotta. HEX triplet: D8, 70 and 5F. RGB value is (216,112,95). Sum of RGB (Red+Green+Blue) = 216+112+95=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8705F is #278FA0. Grayscale: #8D8D8D. Windows color (decimal): -2592673 or 6254808. OLE color: 6254808.

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

Color convert

RGB 216 112 95 -
CMYK 0 0.48 0.56 0.15
HSL 8.43º 0.61% 0.61% -
HSV(B) 8.43º 0.56% 0.85% -
XYZ 36.18 27.01 14.13 -
YUV 141.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 216 112 95 0 0.48 0.56 0.15 8.43 0.61 0.61
Hex D8 70 5F 0 30 38 F 8 3D 3D
Octal 330 160 137 0 60 70 17 10 75 75
Binary 11011000 1110000 1011111 0 110000 111000 1111 1000 111101 111101

Color Harmonies of #D8705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8705F

Black with #D8705F

Text Example


Text Example

White with #D8705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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