Html Css Color HEX #D97865 Terra Cotta

📋 copy color: '#D97865'

red 217 ◦ green 120 ◦ blue 101

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

Shades of Terra Cotta #D97865

Tints of Terra Cotta #D97865

RGB

 RED value IS 217 (85.16% from 255) = 49.54%

 GREEN value IS 120 (47.27% from 255) = 27.4%

 BLUE value IS 101 (39.84% from 255) = 23.06%

R = 49.54%
G = 27.4%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97865 (or 0xD97865) is known color: Terra Cotta. HEX triplet: D9, 78 and 65. RGB value is (217,120,101). Sum of RGB (Red+Green+Blue) = 217+120+101=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D97865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97865 is #26879A. Grayscale: #939393. Windows color (decimal): -2525083 or 6650073. OLE color: 6650073.

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

Color convert

RGB 217 120 101 -
CMYK 0 0.45 0.53 0.15
HSL 9.83º 0.6% 0.62% -
HSV(B) 9.83º 0.53% 0.85% -
XYZ 37.68 29.12 15.95 -
YUV 146.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 217 120 101 0 0.45 0.53 0.15 9.83 0.6 0.62
Hex D9 78 65 0 2D 35 F A 3C 3E
Octal 331 170 145 0 55 65 17 12 74 76
Binary 11011001 1111000 1100101 0 101101 110101 1111 1010 111100 111110

Color Harmonies of #D97865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97865

Black with #D97865

Text Example


Text Example

White with #D97865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97865; }

 p { color: rgb(217,120,101); }

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

background-color css

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

 a { background-color: rgb(217,120,101); }

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

border-color css

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

 span { border-color: rgb(217,120,101); }

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