Html Css Color HEX #D87163 Terra Cotta

📋 copy color: '#D87163'

red 216 ◦ green 113 ◦ blue 99

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

Shades of Terra Cotta #D87163

Tints of Terra Cotta #D87163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.4%

 BLUE value IS 99 (39.06% from 255) = 23.13%

R = 50.47%
G = 26.4%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D87163 (or 0xD87163) is known color: Terra Cotta. HEX triplet: D8, 71 and 63. RGB value is (216,113,99). Sum of RGB (Red+Green+Blue) = 216+113+99=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D87163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87163 is #278E9C. Grayscale: #8E8E8E. Windows color (decimal): -2592413 or 6517208. OLE color: 6517208.

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

Color convert

RGB 216 113 99 -
CMYK 0 0.48 0.54 0.15
HSL 7.18º 0.6% 0.62% -
HSV(B) 7.18º 0.54% 0.85% -
XYZ 36.48 27.31 15.15 -
YUV 142.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 216 113 99 0 0.48 0.54 0.15 7.18 0.6 0.62
Hex D8 71 63 0 30 36 F 7 3C 3E
Octal 330 161 143 0 60 66 17 7 74 76
Binary 11011000 1110001 1100011 0 110000 110110 1111 111 111100 111110

Color Harmonies of #D87163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87163

Black with #D87163

Text Example


Text Example

White with #D87163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87163; }

 p { color: rgb(216,113,99); }

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

background-color css

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

 a { background-color: rgb(216,113,99); }

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

border-color css

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

 span { border-color: rgb(216,113,99); }

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