Html Css Color HEX #D97363 Terra Cotta

📋 copy color: '#D97363'

red 217 ◦ green 115 ◦ blue 99

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

Shades of Terra Cotta #D97363

Tints of Terra Cotta #D97363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.68%

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

R = 50.35%
G = 26.68%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D97363 (or 0xD97363) is known color: Terra Cotta. HEX triplet: D9, 73 and 63. RGB value is (217,115,99). Sum of RGB (Red+Green+Blue) = 217+115+99=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D97363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97363 is #268C9C. Grayscale: #8F8F8F. Windows color (decimal): -2526365 or 6517721. OLE color: 6517721.

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

Color convert

RGB 217 115 99 -
CMYK 0 0.47 0.54 0.15
HSL 8.14º 0.61% 0.62% -
HSV(B) 8.14º 0.54% 0.85% -
XYZ 37 27.91 15.24 -
YUV 143.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 217 115 99 0 0.47 0.54 0.15 8.14 0.61 0.62
Hex D9 73 63 0 2F 36 F 8 3D 3E
Octal 331 163 143 0 57 66 17 10 75 76
Binary 11011001 1110011 1100011 0 101111 110110 1111 1000 111101 111110

Color Harmonies of #D97363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97363

Black with #D97363

Text Example


Text Example

White with #D97363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97363; }

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

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

background-color css

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

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

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

border-color css

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

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

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