Html Css Color HEX #D97864 Terra Cotta

📋 copy color: '#D97864'

red 217 ◦ green 120 ◦ blue 100

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

Shades of Terra Cotta #D97864

Tints of Terra Cotta #D97864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.46%

 BLUE value IS 100 (39.45% from 255) = 22.88%

R = 49.66%
G = 27.46%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D97864 (or 0xD97864) is known color: Terra Cotta. HEX triplet: D9, 78 and 64. RGB value is (217,120,100). Sum of RGB (Red+Green+Blue) = 217+120+100=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D97864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97864 is #26879B. Grayscale: #929292. Windows color (decimal): -2525084 or 6584537. OLE color: 6584537.

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

Color convert

RGB 217 120 100 -
CMYK 0 0.45 0.54 0.15
HSL 10.26º 0.61% 0.62% -
HSV(B) 10.26º 0.54% 0.85% -
XYZ 37.63 29.1 15.69 -
YUV 146.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 217 120 100 0 0.45 0.54 0.15 10.26 0.61 0.62
Hex D9 78 64 0 2D 36 F A 3D 3E
Octal 331 170 144 0 55 66 17 12 75 76
Binary 11011001 1111000 1100100 0 101101 110110 1111 1010 111101 111110

Color Harmonies of #D97864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97864

Black with #D97864

Text Example


Text Example

White with #D97864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97864; }

 p { color: rgb(217,120,100); }

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

background-color css

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

 a { background-color: rgb(217,120,100); }

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

border-color css

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

 span { border-color: rgb(217,120,100); }

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