Html Css Color HEX #D8785F Terra Cotta

📋 copy color: '#D8785F'

red 216 ◦ green 120 ◦ blue 95

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

Shades of Terra Cotta #D8785F

Tints of Terra Cotta #D8785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

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

R = 50.12%
G = 27.84%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8785F (or 0xD8785F) is known color: Terra Cotta. HEX triplet: D8, 78 and 5F. RGB value is (216,120,95). Sum of RGB (Red+Green+Blue) = 216+120+95=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8785F is #2787A0. Grayscale: #929292. Windows color (decimal): -2590625 or 6256856. OLE color: 6256856.

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

Color convert

RGB 216 120 95 -
CMYK 0 0.44 0.56 0.15
HSL 12.4º 0.61% 0.61% -
HSV(B) 12.4º 0.56% 0.85% -
XYZ 37.1 28.86 14.44 -
YUV 145.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 216 120 95 0 0.44 0.56 0.15 12.4 0.61 0.61
Hex D8 78 5F 0 2C 38 F C 3D 3D
Octal 330 170 137 0 54 70 17 14 75 75
Binary 11011000 1111000 1011111 0 101100 111000 1111 1100 111101 111101

Color Harmonies of #D8785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8785F

Black with #D8785F

Text Example


Text Example

White with #D8785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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