Html Css Color HEX #D97966 Terra Cotta

📋 copy color: '#D97966'

red 217 ◦ green 121 ◦ blue 102

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

Shades of Terra Cotta #D97966

Tints of Terra Cotta #D97966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

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

R = 49.32%
G = 27.5%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97966 (or 0xD97966) is known color: Terra Cotta. HEX triplet: D9, 79 and 66. RGB value is (217,121,102). Sum of RGB (Red+Green+Blue) = 217+121+102=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D97966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97966 is #268699. Grayscale: #939393. Windows color (decimal): -2524826 or 6715865. OLE color: 6715865.

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

Color convert

RGB 217 121 102 -
CMYK 0 0.44 0.53 0.15
HSL 9.91º 0.6% 0.63% -
HSV(B) 9.91º 0.53% 0.85% -
XYZ 37.85 29.39 16.25 -
YUV 147.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 217 121 102 0 0.44 0.53 0.15 9.91 0.6 0.63
Hex D9 79 66 0 2C 35 F A 3C 3F
Octal 331 171 146 0 54 65 17 12 74 77
Binary 11011001 1111001 1100110 0 101100 110101 1111 1010 111100 111111

Color Harmonies of #D97966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97966

Black with #D97966

Text Example


Text Example

White with #D97966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97966; }

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

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

background-color css

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

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

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

border-color css

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

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

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