Html Css Color HEX #D8755D Terra Cotta

📋 copy color: '#D8755D'

red 216 ◦ green 117 ◦ blue 93

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

Shades of Terra Cotta #D8755D

Tints of Terra Cotta #D8755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 50.7%
G = 27.46%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8755D (or 0xD8755D) is known color: Terra Cotta. HEX triplet: D8, 75 and 5D. RGB value is (216,117,93). Sum of RGB (Red+Green+Blue) = 216+117+93=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8755D is #278AA2. Grayscale: #909090. Windows color (decimal): -2591395 or 6125016. OLE color: 6125016.

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

Color convert

RGB 216 117 93 -
CMYK 0 0.46 0.57 0.15
HSL 11.71º 0.61% 0.61% -
HSV(B) 11.71º 0.57% 0.85% -
XYZ 36.66 28.11 13.85 -
YUV 143.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 216 117 93 0 0.46 0.57 0.15 11.71 0.61 0.61
Hex D8 75 5D 0 2E 39 F C 3D 3D
Octal 330 165 135 0 56 71 17 14 75 75
Binary 11011000 1110101 1011101 0 101110 111001 1111 1100 111101 111101

Color Harmonies of #D8755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8755D

Black with #D8755D

Text Example


Text Example

White with #D8755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8755D; }

 p { color: rgb(216,117,93); }

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

background-color css

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

 a { background-color: rgb(216,117,93); }

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

border-color css

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

 span { border-color: rgb(216,117,93); }

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