Html Css Color HEX #D97766 Terra Cotta

📋 copy color: '#D97766'

red 217 ◦ green 119 ◦ blue 102

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

Shades of Terra Cotta #D97766

Tints of Terra Cotta #D97766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.29%

R = 49.54%
G = 27.17%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97766 (or 0xD97766) is known color: Terra Cotta. HEX triplet: D9, 77 and 66. RGB value is (217,119,102). Sum of RGB (Red+Green+Blue) = 217+119+102=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D97766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97766 is #268899. Grayscale: #929292. Windows color (decimal): -2525338 or 6715353. OLE color: 6715353.

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

Color convert

RGB 217 119 102 -
CMYK 0 0.45 0.53 0.15
HSL 8.87º 0.6% 0.63% -
HSV(B) 8.87º 0.53% 0.85% -
XYZ 37.61 28.9 16.17 -
YUV 146.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 217 119 102 0 0.45 0.53 0.15 8.87 0.6 0.63
Hex D9 77 66 0 2D 35 F 9 3C 3F
Octal 331 167 146 0 55 65 17 11 74 77
Binary 11011001 1110111 1100110 0 101101 110101 1111 1001 111100 111111

Color Harmonies of #D97766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97766

Black with #D97766

Text Example


Text Example

White with #D97766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97766; }

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

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

background-color css

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

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

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

border-color css

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

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

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