Html Css Color HEX #D97764 Terra Cotta

📋 copy color: '#D97764'

red 217 ◦ green 119 ◦ blue 100

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

Shades of Terra Cotta #D97764

Tints of Terra Cotta #D97764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

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

R = 49.77%
G = 27.29%
B = 22.94%

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

#D97764 (or 0xD97764) is known color: Terra Cotta. HEX triplet: D9, 77 and 64. RGB value is (217,119,100). Sum of RGB (Red+Green+Blue) = 217+119+100=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D97764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97764 is #26889B. Grayscale: #929292. Windows color (decimal): -2525340 or 6584281. OLE color: 6584281.

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

Color convert

RGB 217 119 100 -
CMYK 0 0.45 0.54 0.15
HSL 9.74º 0.61% 0.62% -
HSV(B) 9.74º 0.54% 0.85% -
XYZ 37.51 28.87 15.65 -
YUV 146.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 217 119 100 0 0.45 0.54 0.15 9.74 0.61 0.62
Hex D9 77 64 0 2D 36 F A 3D 3E
Octal 331 167 144 0 55 66 17 12 75 76
Binary 11011001 1110111 1100100 0 101101 110110 1111 1010 111101 111110

Color Harmonies of #D97764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97764

Black with #D97764

Text Example


Text Example

White with #D97764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97764; }

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

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

background-color css

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

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

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

border-color css

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

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

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