Html Css Color HEX #D97163 Terra Cotta

📋 copy color: '#D97163'

red 217 ◦ green 113 ◦ blue 99

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

Shades of Terra Cotta #D97163

Tints of Terra Cotta #D97163

RGB

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

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

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

R = 50.58%
G = 26.34%
B = 23.08%

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

#D97163 (or 0xD97163) is known color: Terra Cotta. HEX triplet: D9, 71 and 63. RGB value is (217,113,99). Sum of RGB (Red+Green+Blue) = 217+113+99=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D97163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97163 is #268E9C. Grayscale: #8E8E8E. Windows color (decimal): -2526877 or 6517209. OLE color: 6517209.

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

Color convert

RGB 217 113 99 -
CMYK 0 0.48 0.54 0.15
HSL 7.12º 0.61% 0.62% -
HSV(B) 7.12º 0.54% 0.85% -
XYZ 36.77 27.46 15.17 -
YUV 142.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 217 113 99 0 0.48 0.54 0.15 7.12 0.61 0.62
Hex D9 71 63 0 30 36 F 7 3D 3E
Octal 331 161 143 0 60 66 17 7 75 76
Binary 11011001 1110001 1100011 0 110000 110110 1111 111 111101 111110

Color Harmonies of #D97163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97163

Black with #D97163

Text Example


Text Example

White with #D97163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97163; }

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

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

background-color css

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

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

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

border-color css

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

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

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