Html Css Color HEX #D97166 Terra Cotta

📋 copy color: '#D97166'

red 217 ◦ green 113 ◦ blue 102

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

Shades of Terra Cotta #D97166

Tints of Terra Cotta #D97166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 50.23%
G = 26.16%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97166 (or 0xD97166) is known color: Terra Cotta. HEX triplet: D9, 71 and 66. RGB value is (217,113,102). Sum of RGB (Red+Green+Blue) = 217+113+102=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D97166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97166 is #268E99. Grayscale: #8E8E8E. Windows color (decimal): -2526874 or 6713817. OLE color: 6713817.

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

Color convert

RGB 217 113 102 -
CMYK 0 0.48 0.53 0.15
HSL 5.74º 0.6% 0.63% -
HSV(B) 5.74º 0.53% 0.85% -
XYZ 36.92 27.52 15.94 -
YUV 142.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 217 113 102 0 0.48 0.53 0.15 5.74 0.6 0.63
Hex D9 71 66 0 30 35 F 6 3C 3F
Octal 331 161 146 0 60 65 17 6 74 77
Binary 11011001 1110001 1100110 0 110000 110101 1111 110 111100 111111

Color Harmonies of #D97166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97166

Black with #D97166

Text Example


Text Example

White with #D97166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97166; }

 p { color: rgb(217,113,102); }

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

background-color css

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

 a { background-color: rgb(217,113,102); }

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

border-color css

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

 span { border-color: rgb(217,113,102); }

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