Html Css Color HEX #D8735B Terra Cotta

📋 copy color: '#D8735B'

red 216 ◦ green 115 ◦ blue 91

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

Shades of Terra Cotta #D8735B

Tints of Terra Cotta #D8735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.25%

 BLUE value IS 91 (35.94% from 255) = 21.56%

R = 51.18%
G = 27.25%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8735B (or 0xD8735B) is known color: Terra Cotta. HEX triplet: D8, 73 and 5B. RGB value is (216,115,91). Sum of RGB (Red+Green+Blue) = 216+115+91=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8735B is #278CA4. Grayscale: #8E8E8E. Windows color (decimal): -2591909 or 5993432. OLE color: 5993432.

HSL color Cylindrical-coordinate representation of color #D8735B: hue angle of 11.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8735B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 91 -
CMYK 0 0.47 0.58 0.15
HSL 11.52º 0.62% 0.6% -
HSV(B) 11.52º 0.58% 0.85% -
XYZ 36.34 27.62 13.31 -
YUV 142.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 216 115 91 0 0.47 0.58 0.15 11.52 0.62 0.6
Hex D8 73 5B 0 2F 3A F C 3E 3C
Octal 330 163 133 0 57 72 17 14 76 74
Binary 11011000 1110011 1011011 0 101111 111010 1111 1100 111110 111100

Color Harmonies of #D8735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8735B

Black with #D8735B

Text Example


Text Example

White with #D8735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8735B; }

 p { color: rgb(216,115,91); }

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

background-color css

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

 a { background-color: rgb(216,115,91); }

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

border-color css

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

 span { border-color: rgb(216,115,91); }

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