Html Css Color HEX #D97967 Terra Cotta

📋 copy color: '#D97967'

red 217 ◦ green 121 ◦ blue 103

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

Shades of Terra Cotta #D97967

Tints of Terra Cotta #D97967

RGB

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

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

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

R = 49.21%
G = 27.44%
B = 23.36%

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

#D97967 (or 0xD97967) is known color: Terra Cotta. HEX triplet: D9, 79 and 67. RGB value is (217,121,103). Sum of RGB (Red+Green+Blue) = 217+121+103=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D97967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97967 is #268698. Grayscale: #939393. Windows color (decimal): -2524825 or 6781401. OLE color: 6781401.

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

Color convert

RGB 217 121 103 -
CMYK 0 0.44 0.53 0.15
HSL 9.47º 0.6% 0.63% -
HSV(B) 9.47º 0.53% 0.85% -
XYZ 37.9 29.41 16.51 -
YUV 147.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 217 121 103 0 0.44 0.53 0.15 9.47 0.6 0.63
Hex D9 79 67 0 2C 35 F 9 3C 3F
Octal 331 171 147 0 54 65 17 11 74 77
Binary 11011001 1111001 1100111 0 101100 110101 1111 1001 111100 111111

Color Harmonies of #D97967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97967

Black with #D97967

Text Example


Text Example

White with #D97967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97967; }

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

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

background-color css

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

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

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

border-color css

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

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

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