Html Css Color HEX #D97369 Terra Cotta

📋 copy color: '#D97369'

red 217 ◦ green 115 ◦ blue 105

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

Shades of Terra Cotta #D97369

Tints of Terra Cotta #D97369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.03%

R = 49.66%
G = 26.32%
B = 24.03%

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

#D97369 (or 0xD97369) is known color: Terra Cotta. HEX triplet: D9, 73 and 69. RGB value is (217,115,105). Sum of RGB (Red+Green+Blue) = 217+115+105=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D97369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97369 is #268C96. Grayscale: #909090. Windows color (decimal): -2526359 or 6910937. OLE color: 6910937.

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

Color convert

RGB 217 115 105 -
CMYK 0 0.47 0.52 0.15
HSL 5.36º 0.6% 0.63% -
HSV(B) 5.36º 0.52% 0.85% -
XYZ 37.3 28.03 16.81 -
YUV 144.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 217 115 105 0 0.47 0.52 0.15 5.36 0.6 0.63
Hex D9 73 69 0 2F 34 F 5 3C 3F
Octal 331 163 151 0 57 64 17 5 74 77
Binary 11011001 1110011 1101001 0 101111 110100 1111 101 111100 111111

Color Harmonies of #D97369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97369

Black with #D97369

Text Example


Text Example

White with #D97369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97369; }

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

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

background-color css

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

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

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

border-color css

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

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

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