Html Css Color HEX #D8745F Terra Cotta

📋 copy color: '#D8745F'

red 216 ◦ green 116 ◦ blue 95

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

Shades of Terra Cotta #D8745F

Tints of Terra Cotta #D8745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.17%

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

R = 50.59%
G = 27.17%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8745F (or 0xD8745F) is known color: Terra Cotta. HEX triplet: D8, 74 and 5F. RGB value is (216,116,95). Sum of RGB (Red+Green+Blue) = 216+116+95=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8745F is #278BA0. Grayscale: #8F8F8F. Windows color (decimal): -2591649 or 6255832. OLE color: 6255832.

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

Color convert

RGB 216 116 95 -
CMYK 0 0.46 0.56 0.15
HSL 10.41º 0.61% 0.61% -
HSV(B) 10.41º 0.56% 0.85% -
XYZ 36.63 27.92 14.28 -
YUV 143.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 216 116 95 0 0.46 0.56 0.15 10.41 0.61 0.61
Hex D8 74 5F 0 2E 38 F A 3D 3D
Octal 330 164 137 0 56 70 17 12 75 75
Binary 11011000 1110100 1011111 0 101110 111000 1111 1010 111101 111101

Color Harmonies of #D8745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8745F

Black with #D8745F

Text Example


Text Example

White with #D8745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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