Html Css Color HEX #D97368 Terra Cotta

📋 copy color: '#D97368'

red 217 ◦ green 115 ◦ blue 104

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

Shades of Terra Cotta #D97368

Tints of Terra Cotta #D97368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.85%

R = 49.77%
G = 26.38%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97368 (or 0xD97368) is known color: Terra Cotta. HEX triplet: D9, 73 and 68. RGB value is (217,115,104). Sum of RGB (Red+Green+Blue) = 217+115+104=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D97368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97368 is #268C97. Grayscale: #909090. Windows color (decimal): -2526360 or 6845401. OLE color: 6845401.

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

Color convert

RGB 217 115 104 -
CMYK 0 0.47 0.52 0.15
HSL 5.84º 0.6% 0.63% -
HSV(B) 5.84º 0.52% 0.85% -
XYZ 37.24 28.01 16.54 -
YUV 144.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 217 115 104 0 0.47 0.52 0.15 5.84 0.6 0.63
Hex D9 73 68 0 2F 34 F 6 3C 3F
Octal 331 163 150 0 57 64 17 6 74 77
Binary 11011001 1110011 1101000 0 101111 110100 1111 110 111100 111111

Color Harmonies of #D97368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97368

Black with #D97368

Text Example


Text Example

White with #D97368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97368; }

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

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

background-color css

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

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

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

border-color css

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

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

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