Html Css Color HEX #D87164 Terra Cotta

📋 copy color: '#D87164'

red 216 ◦ green 113 ◦ blue 100

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

Shades of Terra Cotta #D87164

Tints of Terra Cotta #D87164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 50.35%
G = 26.34%
B = 23.31%

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

#D87164 (or 0xD87164) is known color: Terra Cotta. HEX triplet: D8, 71 and 64. RGB value is (216,113,100). Sum of RGB (Red+Green+Blue) = 216+113+100=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D87164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87164 is #278E9B. Grayscale: #8E8E8E. Windows color (decimal): -2592412 or 6582744. OLE color: 6582744.

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

Color convert

RGB 216 113 100 -
CMYK 0 0.48 0.54 0.15
HSL 6.72º 0.6% 0.62% -
HSV(B) 6.72º 0.54% 0.85% -
XYZ 36.52 27.33 15.41 -
YUV 142.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 216 113 100 0 0.48 0.54 0.15 6.72 0.6 0.62
Hex D8 71 64 0 30 36 F 7 3C 3E
Octal 330 161 144 0 60 66 17 7 74 76
Binary 11011000 1110001 1100100 0 110000 110110 1111 111 111100 111110

Color Harmonies of #D87164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87164

Black with #D87164

Text Example


Text Example

White with #D87164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87164; }

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

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

background-color css

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

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

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

border-color css

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

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

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