Html Css Color HEX #D8765F Terra Cotta

📋 copy color: '#D8765F'

red 216 ◦ green 118 ◦ blue 95

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

Shades of Terra Cotta #D8765F

Tints of Terra Cotta #D8765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.51%

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

R = 50.35%
G = 27.51%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8765F (or 0xD8765F) is known color: Terra Cotta. HEX triplet: D8, 76 and 5F. RGB value is (216,118,95). Sum of RGB (Red+Green+Blue) = 216+118+95=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8765F is #2789A0. Grayscale: #909090. Windows color (decimal): -2591137 or 6256344. OLE color: 6256344.

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

Color convert

RGB 216 118 95 -
CMYK 0 0.45 0.56 0.15
HSL 11.4º 0.61% 0.61% -
HSV(B) 11.4º 0.56% 0.85% -
XYZ 36.86 28.38 14.36 -
YUV 144.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 216 118 95 0 0.45 0.56 0.15 11.4 0.61 0.61
Hex D8 76 5F 0 2D 38 F B 3D 3D
Octal 330 166 137 0 55 70 17 13 75 75
Binary 11011000 1110110 1011111 0 101101 111000 1111 1011 111101 111101

Color Harmonies of #D8765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8765F

Black with #D8765F

Text Example


Text Example

White with #D8765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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