Html Css Color HEX #D97367 Terra Cotta

📋 copy color: '#D97367'

red 217 ◦ green 115 ◦ blue 103

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

Shades of Terra Cotta #D97367

Tints of Terra Cotta #D97367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.68%

R = 49.89%
G = 26.44%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97367 (or 0xD97367) is known color: Terra Cotta. HEX triplet: D9, 73 and 67. RGB value is (217,115,103). Sum of RGB (Red+Green+Blue) = 217+115+103=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D97367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97367 is #268C98. Grayscale: #909090. Windows color (decimal): -2526361 or 6779865. OLE color: 6779865.

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

Color convert

RGB 217 115 103 -
CMYK 0 0.47 0.53 0.15
HSL 6.32º 0.6% 0.63% -
HSV(B) 6.32º 0.53% 0.85% -
XYZ 37.19 27.99 16.27 -
YUV 144.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 217 115 103 0 0.47 0.53 0.15 6.32 0.6 0.63
Hex D9 73 67 0 2F 35 F 6 3C 3F
Octal 331 163 147 0 57 65 17 6 74 77
Binary 11011001 1110011 1100111 0 101111 110101 1111 110 111100 111111

Color Harmonies of #D97367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97367

Black with #D97367

Text Example


Text Example

White with #D97367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97367; }

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

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

background-color css

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

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

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

border-color css

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

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

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